diff --git a/5.0/apache/Dockerfile b/5.0/apache/Dockerfile index c2869a0..fde9e47 100644 --- a/5.0/apache/Dockerfile +++ b/5.0/apache/Dockerfile @@ -79,8 +79,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="5.6.24+230531" -ARG sha256_checksum="e0c3a9b03bff1179b01ea88028d7bd21f617d78417f0db7249290056b8e5898b" +ARG version="5.6.25+230605" +ARG sha256_checksum="283d17ce1b230c584a2b86813d181df2d471e977e74d33da8bb7eb9adcdbd228" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG USER=www-data ARG LISTEN_PORT=8080 diff --git a/5.0/fpm-alpine/Dockerfile b/5.0/fpm-alpine/Dockerfile index 758bb5b..19a2d82 100644 --- a/5.0/fpm-alpine/Dockerfile +++ b/5.0/fpm-alpine/Dockerfile @@ -46,8 +46,8 @@ RUN set -ex; \ apk add --no-cache --no-network --virtual .limesurvey-phpext-rundeps $runDeps; \ apk del --no-cache --no-network .build-deps -ARG version="5.6.24+230531" -ARG sha256_checksum="e0c3a9b03bff1179b01ea88028d7bd21f617d78417f0db7249290056b8e5898b" +ARG version="5.6.25+230605" +ARG sha256_checksum="283d17ce1b230c584a2b86813d181df2d471e977e74d33da8bb7eb9adcdbd228" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG USER=www-data ENV LIMESURVEY_VERSION=$version diff --git a/5.0/fpm/Dockerfile b/5.0/fpm/Dockerfile index 141a988..3f85850 100644 --- a/5.0/fpm/Dockerfile +++ b/5.0/fpm/Dockerfile @@ -66,8 +66,8 @@ RUN set -ex; \ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \ rm -rf /var/lib/apt/lists/* -ARG version="5.6.24+230531" -ARG sha256_checksum="e0c3a9b03bff1179b01ea88028d7bd21f617d78417f0db7249290056b8e5898b" +ARG version="5.6.25+230605" +ARG sha256_checksum="283d17ce1b230c584a2b86813d181df2d471e977e74d33da8bb7eb9adcdbd228" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG USER=www-data ENV LIMESURVEY_VERSION=$version