Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ RUN set -x \

COPY *.php /var/www/html/

ENV ADMINER_VERSION=5.4.2
ENV ADMINER_DOWNLOAD_SHA256=5b761efe7049bf586119256324fd417b49e5bb9243b40d9734fe86655e4402fd
ENV ADMINER_SRC_DOWNLOAD_SHA256=a4106d61bc81575d0b45c762105eead064384643418cad197a3257677625bd10
ENV ADMINER_VERSION=5.4.4
ENV ADMINER_DOWNLOAD_SHA256=a67eb606c8ad0a167ef6dee297105a15e8b7f3fb320a023bb19265a469172832
ENV ADMINER_SRC_DOWNLOAD_SHA256=da988f5e39e5ef4dee894de05bcb6c86a568100387e95ff2a3943874d0b1cbd6

RUN set -x \
&& curl -fsSL https://github.com/vrana/adminer/releases/download/v$ADMINER_VERSION/adminer-$ADMINER_VERSION.php -o adminer.php \
Expand Down
6 changes: 3 additions & 3 deletions 5/fastcgi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ RUN set -x \

COPY *.php /var/www/html/

ENV ADMINER_VERSION=5.4.2
ENV ADMINER_DOWNLOAD_SHA256=5b761efe7049bf586119256324fd417b49e5bb9243b40d9734fe86655e4402fd
ENV ADMINER_SRC_DOWNLOAD_SHA256=a4106d61bc81575d0b45c762105eead064384643418cad197a3257677625bd10
ENV ADMINER_VERSION=5.4.4
ENV ADMINER_DOWNLOAD_SHA256=a67eb606c8ad0a167ef6dee297105a15e8b7f3fb320a023bb19265a469172832
ENV ADMINER_SRC_DOWNLOAD_SHA256=da988f5e39e5ef4dee894de05bcb6c86a568100387e95ff2a3943874d0b1cbd6

RUN set -x \
&& curl -fsSL https://github.com/vrana/adminer/releases/download/v$ADMINER_VERSION/adminer-$ADMINER_VERSION.php -o adminer.php \
Expand Down