diff --git a/5/Dockerfile b/5/Dockerfile index 824ded6..8b730ea 100644 --- a/5/Dockerfile +++ b/5/Dockerfile @@ -40,9 +40,9 @@ RUN set -x \ COPY *.php /var/www/html/ -ENV ADMINER_VERSION=5.5.0 -ENV ADMINER_DOWNLOAD_SHA256=d7494bb10abc7c5c7709fd134ab1bd6ebd3b37aabef6d11c42985209864e4dc9 -ENV ADMINER_SRC_DOWNLOAD_SHA256=df469c31699848c7523f67204530bd7e3126c4f5048107f526232ccc5d0fe1f7 +ENV ADMINER_VERSION=5.5.1 +ENV ADMINER_DOWNLOAD_SHA256=f2c70c6403a042d554be1dd8d69b6f6270a97e5b40d2fb7626f46aad821e9a18 +ENV ADMINER_SRC_DOWNLOAD_SHA256=dfac9604fc044e0856fbcacd587db9540df4e67d53a180377f51b9a228d7b136 RUN set -x \ && curl -fsSL https://github.com/vrana/adminer/releases/download/v$ADMINER_VERSION/adminer-$ADMINER_VERSION.php -o adminer.php \ diff --git a/5/fastcgi/Dockerfile b/5/fastcgi/Dockerfile index 2b4c9d8..c93f6ce 100644 --- a/5/fastcgi/Dockerfile +++ b/5/fastcgi/Dockerfile @@ -36,9 +36,9 @@ RUN set -x \ COPY *.php /var/www/html/ -ENV ADMINER_VERSION=5.5.0 -ENV ADMINER_DOWNLOAD_SHA256=d7494bb10abc7c5c7709fd134ab1bd6ebd3b37aabef6d11c42985209864e4dc9 -ENV ADMINER_SRC_DOWNLOAD_SHA256=df469c31699848c7523f67204530bd7e3126c4f5048107f526232ccc5d0fe1f7 +ENV ADMINER_VERSION=5.5.1 +ENV ADMINER_DOWNLOAD_SHA256=f2c70c6403a042d554be1dd8d69b6f6270a97e5b40d2fb7626f46aad821e9a18 +ENV ADMINER_SRC_DOWNLOAD_SHA256=dfac9604fc044e0856fbcacd587db9540df4e67d53a180377f51b9a228d7b136 RUN set -x \ && curl -fsSL https://github.com/vrana/adminer/releases/download/v$ADMINER_VERSION/adminer-$ADMINER_VERSION.php -o adminer.php \