Upgrading to LTS Version 5.6.16+230418

This commit is contained in:
Markus Opolka
2023-04-25 10:06:20 +02:00
parent 919627c293
commit 4250f57653
3 changed files with 6 additions and 6 deletions

View File

@@ -60,8 +60,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.15+230412"
ARG sha256_checksum="c5dc34ba3785ce0d939d98729093bbb5ab08a2f66515b5ca2b3d3c49e201da54"
ARG version="5.6.16+230418"
ARG sha256_checksum="5479445b16beb0321ae91ddd72716bd5f52e45a91cc7dec415d16f28552947c9"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080