Upgrading to LTS Version 3.28.15+220616

This commit is contained in:
Markus Opolka
2022-06-20 12:36:02 +02:00
parent a107e3a14f
commit e8595fbbed
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 # Use the default production configuration
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
ARG version="3.28.14+220608" ARG version="3.28.15+220616"
ARG sha256_checksum="66024611bf6f9b540e8d94a324706e80095bce1a966f38bc3d07a3833e7cb977" ARG sha256_checksum="a976db2626e20456ecb54e64ee214e8a681950977cd91a3128217eb0aab8fb86"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=root ARG USER=root
ARG LISTEN_PORT=80 ARG LISTEN_PORT=80

View File

@@ -33,8 +33,8 @@ RUN set -ex; \
tidy \ tidy \
zip zip
ARG version="3.28.14+220608" ARG version="3.28.15+220616"
ARG sha256_checksum="66024611bf6f9b540e8d94a324706e80095bce1a966f38bc3d07a3833e7cb977" ARG sha256_checksum="a976db2626e20456ecb54e64ee214e8a681950977cd91a3128217eb0aab8fb86"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ENV LIMESURVEY_VERSION=$version ENV LIMESURVEY_VERSION=$version

View File

@@ -46,8 +46,8 @@ RUN set -ex; \
tidy \ tidy \
zip zip
ARG version="3.28.14+220608" ARG version="3.28.15+220616"
ARG sha256_checksum="66024611bf6f9b540e8d94a324706e80095bce1a966f38bc3d07a3833e7cb977" ARG sha256_checksum="a976db2626e20456ecb54e64ee214e8a681950977cd91a3128217eb0aab8fb86"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ENV LIMESURVEY_VERSION=$version ENV LIMESURVEY_VERSION=$version