mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Compare commits
3 Commits
5.3.27-220
...
3.28.22-22
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10b4f482ff | ||
|
|
89829181a7 | ||
|
|
0fa7cc0c28 |
@@ -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.22+220802"
|
||||
ARG sha256_checksum="07ecb2ec5a31e8c9114cadcfa3caf6b36a0d7d9ecbc59e8af955ee968da7addb"
|
||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
||||
ARG USER=root
|
||||
ARG LISTEN_PORT=80
|
||||
|
||||
@@ -33,8 +33,8 @@ RUN set -ex; \
|
||||
tidy \
|
||||
zip
|
||||
|
||||
ARG version="3.28.20+220719"
|
||||
ARG sha256_checksum="44a55d6e7934cf0769823c2d6af7a668388e9fc5c722551595552175afeed197"
|
||||
ARG version="3.28.22+220802"
|
||||
ARG sha256_checksum="07ecb2ec5a31e8c9114cadcfa3caf6b36a0d7d9ecbc59e8af955ee968da7addb"
|
||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
||||
ENV LIMESURVEY_VERSION=$version
|
||||
|
||||
|
||||
@@ -46,8 +46,8 @@ RUN set -ex; \
|
||||
tidy \
|
||||
zip
|
||||
|
||||
ARG version="3.28.20+220719"
|
||||
ARG sha256_checksum="44a55d6e7934cf0769823c2d6af7a668388e9fc5c722551595552175afeed197"
|
||||
ARG version="3.28.22+220802"
|
||||
ARG sha256_checksum="07ecb2ec5a31e8c9114cadcfa3caf6b36a0d7d9ecbc59e8af955ee968da7addb"
|
||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
||||
ENV LIMESURVEY_VERSION=$version
|
||||
|
||||
|
||||
@@ -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.27+220725"
|
||||
ARG sha256_checksum="37510202b9b79ae41848721ef9fa0f9099c9e27ac0e5555490ff33dacf26da9c"
|
||||
ARG version="5.3.28+220727"
|
||||
ARG sha256_checksum="0ac56133769b3b3e01c7ced6ec19dd4a0e5dd0d364ae0651c30d0fcff1373171"
|
||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
||||
ARG USER=www-data
|
||||
ARG LISTEN_PORT=8080
|
||||
|
||||
@@ -34,8 +34,8 @@ RUN set -ex; \
|
||||
tidy \
|
||||
zip
|
||||
|
||||
ARG version="5.3.27+220725"
|
||||
ARG sha256_checksum="37510202b9b79ae41848721ef9fa0f9099c9e27ac0e5555490ff33dacf26da9c"
|
||||
ARG version="5.3.28+220727"
|
||||
ARG sha256_checksum="0ac56133769b3b3e01c7ced6ec19dd4a0e5dd0d364ae0651c30d0fcff1373171"
|
||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
||||
ARG USER=www-data
|
||||
ENV LIMESURVEY_VERSION=$version
|
||||
|
||||
@@ -46,8 +46,8 @@ RUN set -ex; \
|
||||
tidy \
|
||||
zip
|
||||
|
||||
ARG version="5.3.27+220725"
|
||||
ARG sha256_checksum="37510202b9b79ae41848721ef9fa0f9099c9e27ac0e5555490ff33dacf26da9c"
|
||||
ARG version="5.3.28+220727"
|
||||
ARG sha256_checksum="0ac56133769b3b3e01c7ced6ec19dd4a0e5dd0d364ae0651c30d0fcff1373171"
|
||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
||||
ARG USER=www-data
|
||||
ENV LIMESURVEY_VERSION=$version
|
||||
|
||||
Reference in New Issue
Block a user