diff --git a/6.0/apache/Dockerfile b/6.0/apache/Dockerfile index bdaef011e..29dd7a54c 100644 --- a/6.0/apache/Dockerfile +++ b/6.0/apache/Dockerfile @@ -88,8 +88,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.4.8+240221" -ARG sha256_checksum="124ab713a2cf881ffa766f5c49f03192460a85c857f9020d0c1cb52bf6b76bd0" +ARG version="6.4.9+240226" +ARG sha256_checksum="7edffb70d7139b380cf16aae118a9f11ee15145e9360e37d09a4735990facd91" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${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 5ffc73256..4f42a10ac 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.4.8+240221" -ARG sha256_checksum="124ab713a2cf881ffa766f5c49f03192460a85c857f9020d0c1cb52bf6b76bd0" +ARG version="6.4.9+240226" +ARG sha256_checksum="7edffb70d7139b380cf16aae118a9f11ee15145e9360e37d09a4735990facd91" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz" ARG USER=www-data ENV LIMESURVEY_VERSION=$version diff --git a/6.0/fpm/Dockerfile b/6.0/fpm/Dockerfile index 29337f117..b922f168d 100644 --- a/6.0/fpm/Dockerfile +++ b/6.0/fpm/Dockerfile @@ -75,8 +75,8 @@ RUN set -ex; \ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \ rm -rf /var/lib/apt/lists/* -ARG version="6.4.8+240221" -ARG sha256_checksum="124ab713a2cf881ffa766f5c49f03192460a85c857f9020d0c1cb52bf6b76bd0" +ARG version="6.4.9+240226" +ARG sha256_checksum="7edffb70d7139b380cf16aae118a9f11ee15145e9360e37d09a4735990facd91" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz" ARG USER=www-data ENV LIMESURVEY_VERSION=$version