Upgrading to Version 5.4.13+221128

This commit is contained in:
Markus Opolka
2022-12-06 12:13:48 +01:00
parent da706033f6
commit 618b89cadb
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.12+221121"
ARG sha256_checksum="dad21c2512579a9ebca78bb5a1fd3d83e0ebfaf3a6204797491a481c63bc2471"
ARG version="5.4.13+221128"
ARG sha256_checksum="71c42e2ff74a49dee9218117c71037985d86d85836a61b109839aa32c39c8832"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080