Skip to content

Commit

Permalink
Update to a newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 8, 2023
1 parent 04da08f commit 02a40d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM alpine:3.17

ARG VERSION="1.2.6.6"
ARG DIST_URL="https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/${VERSION}.tar.gz"
ARG DIST_URL="https://github.com/williamdes/phpLDAPadmin/archive/refs/heads/fix-null-import.tar.gz"
ARG BUILD_DATE
ARG VCS_REF

Expand Down Expand Up @@ -56,8 +56,7 @@ USER deploy:deploy
RUN curl -# -L -o phpldapadmin.tar.gz ${DIST_URL} && \
tar -xzf phpldapadmin.tar.gz -C /var/www/phpldapadmin --strip-components=1 && \
rm phpldapadmin.tar.gz && \
rm -vr ./doc/ ./.gitignore ./*.md && \
php -l lib/functions.php
rm -vr ./doc/ ./.gitignore ./*.md

COPY <<-EOT /usr/local/share/sbom/phpldapadmin.spdx.json
{
Expand Down

0 comments on commit 02a40d0

Please sign in to comment.