Upgrading to Version 6.4.11+240304

This commit is contained in:
Markus Opolka
2024-03-11 16:42:07 +01:00
parent 0c83353d84
commit 0cfdcb2628
3 changed files with 6 additions and 6 deletions

View File

@@ -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.9+240226"
ARG sha256_checksum="7edffb70d7139b380cf16aae118a9f11ee15145e9360e37d09a4735990facd91"
ARG version="6.4.11+240304"
ARG sha256_checksum="cc104f89a6f122fa176d6d6cbe94d63745bb1fddc34b3315147cac950c2c72b7"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080