Upgrading to LTS Version 3.28.50+230221

This commit is contained in:
Markus Opolka
2023-03-01 08:38:27 +01:00
parent 827fb0f6e0
commit 2fb47a0151
3 changed files with 6 additions and 6 deletions

View File

@@ -59,8 +59,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="3.28.49+230215"
ARG sha256_checksum="5a44cb26afef5d391480b9cb3bd2d052395294b300f8212362b20bbee8e6fe2b"
ARG version="3.28.50+230221"
ARG sha256_checksum="111e8d5cf0e3ed66c9da1cfae61d1e5079b38864bc43717fdfcc5a9ba334066b"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=root
ARG LISTEN_PORT=80

View File

@@ -33,8 +33,8 @@ RUN set -ex; \
tidy \
zip
ARG version="3.28.49+230215"
ARG sha256_checksum="5a44cb26afef5d391480b9cb3bd2d052395294b300f8212362b20bbee8e6fe2b"
ARG version="3.28.50+230221"
ARG sha256_checksum="111e8d5cf0e3ed66c9da1cfae61d1e5079b38864bc43717fdfcc5a9ba334066b"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ENV LIMESURVEY_VERSION=$version

View File

@@ -46,8 +46,8 @@ RUN set -ex; \
tidy \
zip
ARG version="3.28.49+230215"
ARG sha256_checksum="5a44cb26afef5d391480b9cb3bd2d052395294b300f8212362b20bbee8e6fe2b"
ARG version="3.28.50+230221"
ARG sha256_checksum="111e8d5cf0e3ed66c9da1cfae61d1e5079b38864bc43717fdfcc5a9ba334066b"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ENV LIMESURVEY_VERSION=$version