From dfa75801ca553971351d1d2b42266696cff2d629 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Fri, 21 Jul 2023 05:43:37 +0200 Subject: [PATCH] Upgrading to Version 6.1.7+230710 --- 6.0/apache/Dockerfile | 4 ++-- 6.0/fpm-alpine/Dockerfile | 4 ++-- 6.0/fpm/Dockerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/6.0/apache/Dockerfile b/6.0/apache/Dockerfile index f46841a..5974933 100644 --- a/6.0/apache/Dockerfile +++ b/6.0/apache/Dockerfile @@ -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.6+230703" -ARG sha256_checksum="5418664a0e53c1758eb831598b7a5c815dee3847b8c8c6631b6b7da222eb109d" +ARG version="6.1.7+230710" +ARG sha256_checksum="7e6a04e51cca85eb15c8db543c475227997c048347be8793d8314d71a1246ca3" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG USER=www-data ARG LISTEN_PORT=8080 diff --git a/6.0/fpm-alpine/Dockerfile b/6.0/fpm-alpine/Dockerfile index 74f273e..8bf5244 100644 --- a/6.0/fpm-alpine/Dockerfile +++ b/6.0/fpm-alpine/Dockerfile @@ -51,8 +51,8 @@ RUN set -ex; \ apk add --no-cache --no-network --virtual .limesurvey-phpext-rundeps $runDeps; \ apk del --no-cache --no-network .build-deps -ARG version="6.1.6+230703" -ARG sha256_checksum="5418664a0e53c1758eb831598b7a5c815dee3847b8c8c6631b6b7da222eb109d" +ARG version="6.1.7+230710" +ARG sha256_checksum="7e6a04e51cca85eb15c8db543c475227997c048347be8793d8314d71a1246ca3" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG USER=www-data ENV LIMESURVEY_VERSION=$version diff --git a/6.0/fpm/Dockerfile b/6.0/fpm/Dockerfile index c344933..840847a 100644 --- a/6.0/fpm/Dockerfile +++ b/6.0/fpm/Dockerfile @@ -68,8 +68,8 @@ RUN set -ex; \ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \ rm -rf /var/lib/apt/lists/* -ARG version="6.1.6+230703" -ARG sha256_checksum="5418664a0e53c1758eb831598b7a5c815dee3847b8c8c6631b6b7da222eb109d" +ARG version="6.1.7+230710" +ARG sha256_checksum="7e6a04e51cca85eb15c8db543c475227997c048347be8793d8314d71a1246ca3" ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" ARG USER=www-data ENV LIMESURVEY_VERSION=$version