Upgrading to LTS Version 3.28.17+220627

This commit is contained in:
Markus Opolka
2022-07-06 14:54:57 +02:00
parent 316121af13
commit ab4999ce35
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.16+220621"
ARG sha256_checksum="3747942ad925fc3662c6f7ba87e97621a5a58b5ca36035124319189273e662e1"
ARG version="3.28.17+220627"
ARG sha256_checksum="8a1bb6abfc43e8fbde5ec061b70e60079d81dfb2223a23127f4bc3f6264480ec"
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.16+220621"
ARG sha256_checksum="3747942ad925fc3662c6f7ba87e97621a5a58b5ca36035124319189273e662e1"
ARG version="3.28.17+220627"
ARG sha256_checksum="8a1bb6abfc43e8fbde5ec061b70e60079d81dfb2223a23127f4bc3f6264480ec"
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.16+220621"
ARG sha256_checksum="3747942ad925fc3662c6f7ba87e97621a5a58b5ca36035124319189273e662e1"
ARG version="3.28.17+220627"
ARG sha256_checksum="8a1bb6abfc43e8fbde5ec061b70e60079d81dfb2223a23127f4bc3f6264480ec"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ENV LIMESURVEY_VERSION=$version