Upgrading to LTS Version 3.28.35+221025

This commit is contained in:
Markus Opolka
2022-11-02 08:31:28 +01:00
parent 6cf8fba820
commit c0167b9a23
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.34+221021" ARG version="3.28.35+221025"
ARG sha256_checksum="57bd828f5379802c24c708cb2d3e3db4af1e4718733aa74b7a839977d8ef3462" ARG sha256_checksum="f34dd1196da0c098ebad28109deef54a47643451969cc4a839e284fa35c90e66"
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.34+221021" ARG version="3.28.35+221025"
ARG sha256_checksum="57bd828f5379802c24c708cb2d3e3db4af1e4718733aa74b7a839977d8ef3462" ARG sha256_checksum="f34dd1196da0c098ebad28109deef54a47643451969cc4a839e284fa35c90e66"
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.34+221021" ARG version="3.28.35+221025"
ARG sha256_checksum="57bd828f5379802c24c708cb2d3e3db4af1e4718733aa74b7a839977d8ef3462" ARG sha256_checksum="f34dd1196da0c098ebad28109deef54a47643451969cc4a839e284fa35c90e66"
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