Upgrading to Version 5.5.0+221219

This commit is contained in:
Markus Opolka
2023-01-04 08:52:47 +01:00
parent 74f928b609
commit 142839f135
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.4.15+221212"
ARG sha256_checksum="4be2a071f44997eb88df93b593d5e9e0dba17c380f0c956ddf86c8e3713fafd4"
ARG version="5.5.0+221219"
ARG sha256_checksum="7ce6c8526183840214d834e6a86daa67499f2ecca1edf4e8ecaf0e35eb7f090d"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080