Upgrading to LTS Version 5.6.33+230808

This commit is contained in:
Markus Opolka
2023-08-15 09:00:38 +02:00
parent 7289e1b639
commit 340d96e0cd
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.32+230731"
ARG sha256_checksum="8115ce127e5d25c83d4b067d784682c12da9bec3fef2c34d5a024c42a9d075f9"
ARG version="5.6.33+230808"
ARG sha256_checksum="abaad81e6b619d0f12a8e62c63b6ce0d39a986ce07c3a4193b0cba6d3c4efa18"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080