diff --git a/6.0/apache/Dockerfile b/6.0/apache/Dockerfile index 1027642..b94fe00 100644 --- a/6.0/apache/Dockerfile +++ b/6.0/apache/Dockerfile @@ -60,8 +60,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="6.0.1+230411" -ARG sha256_checksum="ab06006760677ff2fdee315392ee6d5b869f0144f7adaf2bc94879162a378589" +ARG version="6.0.2+230417" +ARG sha256_checksum="34b8814c026e3510af7f4d12ba6a7a7e7bffb5f5d4b074de97051b0501a90b09" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG USER=www-data ARG LISTEN_PORT=8080 diff --git a/6.0/fpm-alpine/Dockerfile b/6.0/fpm-alpine/Dockerfile index 3660d3d..37ed68f 100644 --- a/6.0/fpm-alpine/Dockerfile +++ b/6.0/fpm-alpine/Dockerfile @@ -34,8 +34,8 @@ RUN set -ex; \ tidy \ zip -ARG version="6.0.1+230411" -ARG sha256_checksum="ab06006760677ff2fdee315392ee6d5b869f0144f7adaf2bc94879162a378589" +ARG version="6.0.2+230417" +ARG sha256_checksum="34b8814c026e3510af7f4d12ba6a7a7e7bffb5f5d4b074de97051b0501a90b09" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG USER=www-data ENV LIMESURVEY_VERSION=$version diff --git a/6.0/fpm/Dockerfile b/6.0/fpm/Dockerfile index fdd518f..b7635f3 100644 --- a/6.0/fpm/Dockerfile +++ b/6.0/fpm/Dockerfile @@ -46,8 +46,8 @@ RUN set -ex; \ tidy \ zip -ARG version="6.0.1+230411" -ARG sha256_checksum="ab06006760677ff2fdee315392ee6d5b869f0144f7adaf2bc94879162a378589" +ARG version="6.0.2+230417" +ARG sha256_checksum="34b8814c026e3510af7f4d12ba6a7a7e7bffb5f5d4b074de97051b0501a90b09" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG USER=www-data ENV LIMESURVEY_VERSION=$version