Upgrading to Version 5.4.14+221205

This commit is contained in:
Markus Opolka
2022-12-12 20:33:59 +01:00
parent 908a2817fb
commit 4877b85128
3 changed files with 6 additions and 6 deletions

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.4.13+221128"
ARG sha256_checksum="71c42e2ff74a49dee9218117c71037985d86d85836a61b109839aa32c39c8832"
ARG version="5.4.14+221205"
ARG sha256_checksum="60aa7134045ca5d2ba7e0872cc86a4ae17d30205ac6b3f8207591f83afd51171"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080