Upgrading to LTS Version 3.28.27+220905

This commit is contained in:
Markus Opolka
2022-09-12 16:25:02 +02:00
parent 93c5bff4d4
commit f8122f286c
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
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
ARG version="3.28.26+220829"
ARG sha256_checksum="162375ab340fe2952dce760bae65732e797978946075d9263d831a2d36ed7f8d"
ARG version="3.28.27+220905"
ARG sha256_checksum="82aaf725a2f03485a17abf7f86e57353ef0a356185f5422bd2d12c220fec2201"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=root
ARG LISTEN_PORT=80