Upgrading to Version 5.4.15+221212

This commit is contained in:
Markus Opolka
2022-12-20 08:26:56 +01:00
parent 4877b85128
commit 74f928b609
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.14+221205"
ARG sha256_checksum="60aa7134045ca5d2ba7e0872cc86a4ae17d30205ac6b3f8207591f83afd51171"
ARG version="5.4.15+221212"
ARG sha256_checksum="4be2a071f44997eb88df93b593d5e9e0dba17c380f0c956ddf86c8e3713fafd4"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080

View File

@@ -34,8 +34,8 @@ RUN set -ex; \
tidy \
zip
ARG version="5.4.14+221205"
ARG sha256_checksum="60aa7134045ca5d2ba7e0872cc86a4ae17d30205ac6b3f8207591f83afd51171"
ARG version="5.4.15+221212"
ARG sha256_checksum="4be2a071f44997eb88df93b593d5e9e0dba17c380f0c956ddf86c8e3713fafd4"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ENV LIMESURVEY_VERSION=$version

View File

@@ -46,8 +46,8 @@ RUN set -ex; \
tidy \
zip
ARG version="5.4.14+221205"
ARG sha256_checksum="60aa7134045ca5d2ba7e0872cc86a4ae17d30205ac6b3f8207591f83afd51171"
ARG version="5.4.15+221212"
ARG sha256_checksum="4be2a071f44997eb88df93b593d5e9e0dba17c380f0c956ddf86c8e3713fafd4"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ENV LIMESURVEY_VERSION=$version