Skip to content

Commit b3fa6e2

Browse files
committed
Merge branch 'adminer-5.4.4'
2 parents ceec51c + 869adb1 commit b3fa6e2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

5/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ RUN set -x \
4040

4141
COPY *.php /var/www/html/
4242

43-
ENV ADMINER_VERSION=5.4.2
44-
ENV ADMINER_DOWNLOAD_SHA256=5b761efe7049bf586119256324fd417b49e5bb9243b40d9734fe86655e4402fd
45-
ENV ADMINER_SRC_DOWNLOAD_SHA256=a4106d61bc81575d0b45c762105eead064384643418cad197a3257677625bd10
43+
ENV ADMINER_VERSION=5.4.4
44+
ENV ADMINER_DOWNLOAD_SHA256=a67eb606c8ad0a167ef6dee297105a15e8b7f3fb320a023bb19265a469172832
45+
ENV ADMINER_SRC_DOWNLOAD_SHA256=da988f5e39e5ef4dee894de05bcb6c86a568100387e95ff2a3943874d0b1cbd6
4646

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

5/fastcgi/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ RUN set -x \
3636

3737
COPY *.php /var/www/html/
3838

39-
ENV ADMINER_VERSION=5.4.2
40-
ENV ADMINER_DOWNLOAD_SHA256=5b761efe7049bf586119256324fd417b49e5bb9243b40d9734fe86655e4402fd
41-
ENV ADMINER_SRC_DOWNLOAD_SHA256=a4106d61bc81575d0b45c762105eead064384643418cad197a3257677625bd10
39+
ENV ADMINER_VERSION=5.4.4
40+
ENV ADMINER_DOWNLOAD_SHA256=a67eb606c8ad0a167ef6dee297105a15e8b7f3fb320a023bb19265a469172832
41+
ENV ADMINER_SRC_DOWNLOAD_SHA256=da988f5e39e5ef4dee894de05bcb6c86a568100387e95ff2a3943874d0b1cbd6
4242

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

0 commit comments

Comments
 (0)