Upgrading to LTS Version 3.28.28+220912

This commit is contained in:
Edgar Ramírez Mondragón
2022-09-19 12:53:08 -05:00
parent 38ba19ffec
commit 66b2708e41
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.27+220905"
ARG sha256_checksum="82aaf725a2f03485a17abf7f86e57353ef0a356185f5422bd2d12c220fec2201"
ARG version="3.28.28+220912"
ARG sha256_checksum="a267fc3bc240ec0d7cddcf070f792d39f9a13c640090422519aea96e0a597c9c"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=root
ARG LISTEN_PORT=80