Upgrading to LTS Version 3.28.16+220621

This commit is contained in:
Markus Opolka
2022-06-29 11:14:26 +02:00
parent e640684875
commit 34416fb250
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.15+220616"
ARG sha256_checksum="a976db2626e20456ecb54e64ee214e8a681950977cd91a3128217eb0aab8fb86"
ARG version="3.28.16+220621"
ARG sha256_checksum="3747942ad925fc3662c6f7ba87e97621a5a58b5ca36035124319189273e662e1"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=root
ARG LISTEN_PORT=80