Upgrading to LTS Version 3.28.21+220726

This commit is contained in:
Markus Opolka
2022-08-01 11:25:11 +02:00
parent da15d218b4
commit 0fa7cc0c28
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.20+220719"
ARG sha256_checksum="44a55d6e7934cf0769823c2d6af7a668388e9fc5c722551595552175afeed197"
ARG version="3.28.21+220726"
ARG sha256_checksum="fd6ea7bbf3f872e93f2f2a6ecc0006e5640930bc4cc8f61ff310c542ea159665"
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.20+220719"
ARG sha256_checksum="44a55d6e7934cf0769823c2d6af7a668388e9fc5c722551595552175afeed197"
ARG version="3.28.21+220726"
ARG sha256_checksum="fd6ea7bbf3f872e93f2f2a6ecc0006e5640930bc4cc8f61ff310c542ea159665"
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.20+220719"
ARG sha256_checksum="44a55d6e7934cf0769823c2d6af7a668388e9fc5c722551595552175afeed197"
ARG version="3.28.21+220726"
ARG sha256_checksum="fd6ea7bbf3f872e93f2f2a6ecc0006e5640930bc4cc8f61ff310c542ea159665"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ENV LIMESURVEY_VERSION=$version