diff --git a/3.0/apache/Dockerfile b/3.0/apache/Dockerfile index 89a45b9..064ca5b 100644 --- a/3.0/apache/Dockerfile +++ b/3.0/apache/Dockerfile @@ -59,8 +59,8 @@ RUN a2enmod headers rewrite remoteip; \ # Use the default production configuration RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" -ARG version="3.28.19+220712" -ARG sha256_checksum="e05cb6d888e0172868b8edb13cbf0c3525048392749b27786227c31a7bb4cdbb" +ARG version="3.28.20+220719" +ARG sha256_checksum="44a55d6e7934cf0769823c2d6af7a668388e9fc5c722551595552175afeed197" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG USER=root ARG LISTEN_PORT=80 diff --git a/3.0/fpm-alpine/Dockerfile b/3.0/fpm-alpine/Dockerfile index 53e9e57..a96a9e5 100644 --- a/3.0/fpm-alpine/Dockerfile +++ b/3.0/fpm-alpine/Dockerfile @@ -33,8 +33,8 @@ RUN set -ex; \ tidy \ zip -ARG version="3.28.19+220712" -ARG sha256_checksum="e05cb6d888e0172868b8edb13cbf0c3525048392749b27786227c31a7bb4cdbb" +ARG version="3.28.20+220719" +ARG sha256_checksum="44a55d6e7934cf0769823c2d6af7a668388e9fc5c722551595552175afeed197" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ENV LIMESURVEY_VERSION=$version diff --git a/3.0/fpm/Dockerfile b/3.0/fpm/Dockerfile index 2fc4a58..3bf8f05 100644 --- a/3.0/fpm/Dockerfile +++ b/3.0/fpm/Dockerfile @@ -46,8 +46,8 @@ RUN set -ex; \ tidy \ zip -ARG version="3.28.19+220712" -ARG sha256_checksum="e05cb6d888e0172868b8edb13cbf0c3525048392749b27786227c31a7bb4cdbb" +ARG version="3.28.20+220719" +ARG sha256_checksum="44a55d6e7934cf0769823c2d6af7a668388e9fc5c722551595552175afeed197" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ENV LIMESURVEY_VERSION=$version