Upgrading to Version 6.2.6+230904

This commit is contained in:
Markus Opolka
2023-09-18 17:43:32 +02:00
parent c40d1b648d
commit d53b6ed63d
3 changed files with 6 additions and 6 deletions

View File

@@ -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.5+230828"
ARG sha256_checksum="ce87447506c2c25cd0cea2e1dd38263b10e843f45a91a41cb0d37a5818d49845"
ARG version="6.2.6+230904"
ARG sha256_checksum="1f9ba53b62b8b7d3e92c446b5d2683c39608fb4bf2f96dd35f39137ac6562acf"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080