mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Compare commits
10 Commits
6.4.8-2402
...
6.5.4-2404
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20491441ac | ||
|
|
fb5a511f52 | ||
|
|
8fd8b192ff | ||
|
|
3e8ce5bba9 | ||
|
|
2387d27d53 | ||
|
|
7c2b1cb17d | ||
|
|
1ffa029bf4 | ||
|
|
0cfdcb2628 | ||
|
|
0c83353d84 | ||
|
|
c4c919b92c |
@@ -81,8 +81,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="5.6.55+240220"
|
ARG version="5.6.60+240423"
|
||||||
ARG sha256_checksum="41b4ed2ecdead13bd8bee787bcbdb51b4db215c947db811aaedcb67688e9e90b"
|
ARG sha256_checksum="ab76300fb52c2e965566fb62f3c53dc169cfac60b0c6670e93e1efd8233f0df9"
|
||||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
||||||
ARG USER=www-data
|
ARG USER=www-data
|
||||||
ARG LISTEN_PORT=8080
|
ARG LISTEN_PORT=8080
|
||||||
|
|||||||
@@ -51,8 +51,8 @@ RUN set -ex; \
|
|||||||
apk add --no-cache --no-network --virtual .limesurvey-phpext-rundeps $runDeps; \
|
apk add --no-cache --no-network --virtual .limesurvey-phpext-rundeps $runDeps; \
|
||||||
apk del --no-cache --no-network .build-deps
|
apk del --no-cache --no-network .build-deps
|
||||||
|
|
||||||
ARG version="5.6.55+240220"
|
ARG version="5.6.60+240423"
|
||||||
ARG sha256_checksum="41b4ed2ecdead13bd8bee787bcbdb51b4db215c947db811aaedcb67688e9e90b"
|
ARG sha256_checksum="ab76300fb52c2e965566fb62f3c53dc169cfac60b0c6670e93e1efd8233f0df9"
|
||||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
||||||
ARG USER=www-data
|
ARG USER=www-data
|
||||||
ENV LIMESURVEY_VERSION=$version
|
ENV LIMESURVEY_VERSION=$version
|
||||||
|
|||||||
@@ -68,8 +68,8 @@ RUN set -ex; \
|
|||||||
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
|
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ARG version="5.6.55+240220"
|
ARG version="5.6.60+240423"
|
||||||
ARG sha256_checksum="41b4ed2ecdead13bd8bee787bcbdb51b4db215c947db811aaedcb67688e9e90b"
|
ARG sha256_checksum="ab76300fb52c2e965566fb62f3c53dc169cfac60b0c6670e93e1efd8233f0df9"
|
||||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
||||||
ARG USER=www-data
|
ARG USER=www-data
|
||||||
ENV LIMESURVEY_VERSION=$version
|
ENV LIMESURVEY_VERSION=$version
|
||||||
|
|||||||
@@ -88,8 +88,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="6.4.8+240221"
|
ARG version="6.5.4+240422"
|
||||||
ARG sha256_checksum="124ab713a2cf881ffa766f5c49f03192460a85c857f9020d0c1cb52bf6b76bd0"
|
ARG sha256_checksum="4f353df0c6f167f4f0bd8487b33df0e85476d1ea53c6bc6cb33127587dd861b3"
|
||||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
||||||
ARG USER=www-data
|
ARG USER=www-data
|
||||||
ARG LISTEN_PORT=8080
|
ARG LISTEN_PORT=8080
|
||||||
|
|||||||
@@ -51,8 +51,8 @@ RUN set -ex; \
|
|||||||
apk add --no-cache --no-network --virtual .limesurvey-phpext-rundeps $runDeps; \
|
apk add --no-cache --no-network --virtual .limesurvey-phpext-rundeps $runDeps; \
|
||||||
apk del --no-cache --no-network .build-deps
|
apk del --no-cache --no-network .build-deps
|
||||||
|
|
||||||
ARG version="6.4.8+240221"
|
ARG version="6.5.4+240422"
|
||||||
ARG sha256_checksum="124ab713a2cf881ffa766f5c49f03192460a85c857f9020d0c1cb52bf6b76bd0"
|
ARG sha256_checksum="4f353df0c6f167f4f0bd8487b33df0e85476d1ea53c6bc6cb33127587dd861b3"
|
||||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
||||||
ARG USER=www-data
|
ARG USER=www-data
|
||||||
ENV LIMESURVEY_VERSION=$version
|
ENV LIMESURVEY_VERSION=$version
|
||||||
|
|||||||
@@ -75,8 +75,8 @@ RUN set -ex; \
|
|||||||
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
|
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ARG version="6.4.8+240221"
|
ARG version="6.5.4+240422"
|
||||||
ARG sha256_checksum="124ab713a2cf881ffa766f5c49f03192460a85c857f9020d0c1cb52bf6b76bd0"
|
ARG sha256_checksum="4f353df0c6f167f4f0bd8487b33df0e85476d1ea53c6bc6cb33127587dd861b3"
|
||||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
||||||
ARG USER=www-data
|
ARG USER=www-data
|
||||||
ENV LIMESURVEY_VERSION=$version
|
ENV LIMESURVEY_VERSION=$version
|
||||||
|
|||||||
Reference in New Issue
Block a user