mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Upgrading to LTS Version 5.6.50+240109
This commit is contained in:
@@ -81,8 +81,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.6.49+231212"
|
||||
ARG sha256_checksum="749e036ba89ad227983ef8dc56a4b0fe10b4458fba472f3259ccfffbe491d214"
|
||||
ARG version="5.6.50+240109"
|
||||
ARG sha256_checksum="dca0884264f87e81399f11f86a9b97e2e1e8d85c2f85a65a366a96b7d0f06eab"
|
||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
||||
ARG USER=www-data
|
||||
ARG LISTEN_PORT=8080
|
||||
|
||||
Reference in New Issue
Block a user