Upgrading to LTS Version 5.6.63+240508

This commit is contained in:
Markus Opolka
2024-05-18 10:36:55 +02:00
parent c4cf9311d0
commit 58989030c7
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="5.6.61+240430"
ARG sha256_checksum="dd89ed2ad2779feaed7629dca89d2ebe8a143039008ffab1c524b64516344696"
ARG version="5.6.63+240508"
ARG sha256_checksum="a027fdaa78e07d960987f64b807719f3e85d32753ec8021e35eddd26aa3604e3"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080