Skip to content

Commit 02a40d0

Browse files
committed
Update to a newer version
1 parent 04da08f commit 02a40d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker/Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM alpine:3.17
33

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

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

6261
COPY <<-EOT /usr/local/share/sbom/phpldapadmin.spdx.json
6362
{

0 commit comments

Comments
 (0)