Upgrading to Version 6.2.0+230732

This commit is contained in:
Markus Opolka
2023-08-08 10:26:03 +02:00
parent 352fe09010
commit 7289e1b639
3 changed files with 6 additions and 6 deletions

View File

@@ -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="6.1.8+230717"
ARG sha256_checksum="c89caf3768859e43eafe6de5b578f30f5d4506aa3b5681f78e58a1cdccb95599"
ARG version="6.2.0+230732"
ARG sha256_checksum="06cda2fa6dd293a50eae98b6d32187fdc65cf3e17fb33ad0bf55606a365c27f2"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080