Skip to content

Commit

Permalink
Merge branch 'adminer-4.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Feb 10, 2021
2 parents 499ca99 + 40a2516 commit d6fcec3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 4/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 4.7.9
ENV ADMINER_DOWNLOAD_SHA256 f407a58a8fd6efe32c59128c37d347a39049c5bbb58c8eba225b959f40f78dee
ENV ADMINER_SRC_DOWNLOAD_SHA256 39e4da69b02c22712fc9fa04be45114327371463ee142c35f679987cb2d8eb26
ENV ADMINER_VERSION 4.8.0
ENV ADMINER_DOWNLOAD_SHA256 e274268e0e0f2a6b8040c000a969889062904ae7a5ccbaf013dc890e12e32eaa
ENV ADMINER_SRC_DOWNLOAD_SHA256 55b52851faa5661667edb003b00cf520ebeb1e41cfcea4a7fc028ed0f55ff557

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 4/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 4.7.9
ENV ADMINER_DOWNLOAD_SHA256 f407a58a8fd6efe32c59128c37d347a39049c5bbb58c8eba225b959f40f78dee
ENV ADMINER_SRC_DOWNLOAD_SHA256 39e4da69b02c22712fc9fa04be45114327371463ee142c35f679987cb2d8eb26
ENV ADMINER_VERSION 4.8.0
ENV ADMINER_DOWNLOAD_SHA256 e274268e0e0f2a6b8040c000a969889062904ae7a5ccbaf013dc890e12e32eaa
ENV ADMINER_SRC_DOWNLOAD_SHA256 55b52851faa5661667edb003b00cf520ebeb1e41cfcea4a7fc028ed0f55ff557

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

0 comments on commit d6fcec3

Please sign in to comment.