Upgrading to Version 5.6.7+230222

This commit is contained in:
Markus Opolka
2023-03-01 08:38:59 +01:00
parent 2fb47a0151
commit 1bbcede235
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.6+230220"
ARG sha256_checksum="963f220e5162490c5034e2030748a1362de029e57540bc8db4bcf280b2543bdf"
ARG version="5.6.7+230222"
ARG sha256_checksum="af4f3fe2adc261bd29f376f08fba9805751bed303e13f601a29ab54e81e6a971"
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.6.6+230220"
ARG sha256_checksum="963f220e5162490c5034e2030748a1362de029e57540bc8db4bcf280b2543bdf"
ARG version="5.6.7+230222"
ARG sha256_checksum="af4f3fe2adc261bd29f376f08fba9805751bed303e13f601a29ab54e81e6a971"
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.6.6+230220"
ARG sha256_checksum="963f220e5162490c5034e2030748a1362de029e57540bc8db4bcf280b2543bdf"
ARG version="5.6.7+230222"
ARG sha256_checksum="af4f3fe2adc261bd29f376f08fba9805751bed303e13f601a29ab54e81e6a971"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ENV LIMESURVEY_VERSION=$version