Upgrading to LTS Version 3.28.41+221206

This commit is contained in:
Markus Opolka
2022-12-12 20:33:34 +01:00
parent 618b89cadb
commit 908a2817fb
3 changed files with 6 additions and 6 deletions

View File

@@ -59,8 +59,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="3.28.40+221129"
ARG sha256_checksum="5f208f07b0861070018c3b9901782f58164b0edc5a7dd5f8c08c01c73d5347fa"
ARG version="3.28.41+221206"
ARG sha256_checksum="a58300e294cb435abce7d491c888d15ba14160e441547d2f334ca623d38d2358"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=root
ARG LISTEN_PORT=80