Skip to content

Commit 8d17bd3

Browse files
enumagf3l1x
authored andcommitted
Use master branch of dg/adminer-custom
1 parent 13c1128 commit 8d17bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminer-dg/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' >> /etc/apk/re
2222
php8-json@testing \
2323
php8-pecl-mongodb@testing \
2424
tini && \
25-
wget https://github.com/dg/adminer-custom/archive/v$ADMINER_DG_VERION.tar.gz -O /srv/adminer.tgz && \
25+
wget https://github.com/dg/adminer-custom/archive/refs/heads/master.tar.gz -O /srv/adminer.tgz && \
2626
tar zxvf /srv/adminer.tgz --strip-components=1 -C /srv && \
2727
rm /srv/adminer.tgz && \
2828
ln -s /usr/bin/php8 /usr/bin/php && \

0 commit comments

Comments
 (0)