diff --git a/6.0/apache/Dockerfile b/6.0/apache/Dockerfile index a702049..8cb0c74 100644 --- a/6.0/apache/Dockerfile +++ b/6.0/apache/Dockerfile @@ -81,8 +81,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.2.4+230825" -ARG sha256_checksum="6752d7cb272698b582b97b0374c9e394feb5a75f42e3d2d93e762b49cb30e278" +ARG version="6.2.5+230828" +ARG sha256_checksum="ce87447506c2c25cd0cea2e1dd38263b10e843f45a91a41cb0d37a5818d49845" 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 ea23e24..3b3be3e 100644 --- a/6.0/fpm-alpine/Dockerfile +++ b/6.0/fpm-alpine/Dockerfile @@ -51,8 +51,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="6.2.4+230825" -ARG sha256_checksum="6752d7cb272698b582b97b0374c9e394feb5a75f42e3d2d93e762b49cb30e278" +ARG version="6.2.5+230828" +ARG sha256_checksum="ce87447506c2c25cd0cea2e1dd38263b10e843f45a91a41cb0d37a5818d49845" 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 641eeb5..0ce1647 100644 --- a/6.0/fpm/Dockerfile +++ b/6.0/fpm/Dockerfile @@ -68,8 +68,8 @@ RUN set -ex; \ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \ rm -rf /var/lib/apt/lists/* -ARG version="6.2.4+230825" -ARG sha256_checksum="6752d7cb272698b582b97b0374c9e394feb5a75f42e3d2d93e762b49cb30e278" +ARG version="6.2.5+230828" +ARG sha256_checksum="ce87447506c2c25cd0cea2e1dd38263b10e843f45a91a41cb0d37a5818d49845" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG USER=www-data ENV LIMESURVEY_VERSION=$version