Upgrading to Version 5.6.6+230220

This commit is contained in:
Markus Opolka
2023-02-21 17:10:43 +01:00
parent 32bd800846
commit 827fb0f6e0
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.4+230206"
ARG sha256_checksum="10495b2f872c7a02d075e307dcb5651bab109c44dfe0783614c0d85f4bb6cc17"
ARG version="5.6.6+230220"
ARG sha256_checksum="963f220e5162490c5034e2030748a1362de029e57540bc8db4bcf280b2543bdf"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080