Compare commits

..

4 Commits

Author SHA1 Message Date
Markus Opolka
316121af13 Upgrading to Version 5.3.21+220620 2022-06-29 11:15:07 +02:00
Markus Opolka
34416fb250 Upgrading to LTS Version 3.28.16+220621 2022-06-29 11:14:26 +02:00
Markus Opolka
e640684875 Upgrading to Version 5.3.20+220615 2022-06-20 12:37:40 +02:00
Markus Opolka
e8595fbbed Upgrading to LTS Version 3.28.15+220616 2022-06-20 12:36:02 +02:00
6 changed files with 12 additions and 12 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.14+220608"
ARG sha256_checksum="66024611bf6f9b540e8d94a324706e80095bce1a966f38bc3d07a3833e7cb977"
ARG version="3.28.16+220621"
ARG sha256_checksum="3747942ad925fc3662c6f7ba87e97621a5a58b5ca36035124319189273e662e1"
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.14+220608"
ARG sha256_checksum="66024611bf6f9b540e8d94a324706e80095bce1a966f38bc3d07a3833e7cb977"
ARG version="3.28.16+220621"
ARG sha256_checksum="3747942ad925fc3662c6f7ba87e97621a5a58b5ca36035124319189273e662e1"
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.14+220608"
ARG sha256_checksum="66024611bf6f9b540e8d94a324706e80095bce1a966f38bc3d07a3833e7cb977"
ARG version="3.28.16+220621"
ARG sha256_checksum="3747942ad925fc3662c6f7ba87e97621a5a58b5ca36035124319189273e662e1"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ENV LIMESURVEY_VERSION=$version

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.3.19+220607"
ARG sha256_checksum="3ea9805f2ca7aee20091b5a3d849b66d2d618f4ccc591e95b5c60f9c60c03e9f"
ARG version="5.3.21+220620"
ARG sha256_checksum="090ccab969389b311a9f6459361a04931d5de52bd20b41f4f9650ab393caeb71"
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.3.19+220607"
ARG sha256_checksum="3ea9805f2ca7aee20091b5a3d849b66d2d618f4ccc591e95b5c60f9c60c03e9f"
ARG version="5.3.21+220620"
ARG sha256_checksum="090ccab969389b311a9f6459361a04931d5de52bd20b41f4f9650ab393caeb71"
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.3.19+220607"
ARG sha256_checksum="3ea9805f2ca7aee20091b5a3d849b66d2d618f4ccc591e95b5c60f9c60c03e9f"
ARG version="5.3.21+220620"
ARG sha256_checksum="090ccab969389b311a9f6459361a04931d5de52bd20b41f4f9650ab393caeb71"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ENV LIMESURVEY_VERSION=$version