From 44e89fa37de75b09cdc3f02aa7c398c70a692fe9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 10 Nov 2021 16:26:36 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20php7=20to=207.4?= =?UTF-8?q?.25-r0=20(#217)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasmoadmin/Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 8794025..1bc4342 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -9,13 +9,13 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ apk add --no-cache \ nginx=1.20.1-r3 \ - php7-curl=7.4.24-r0 \ - php7-fpm=7.4.24-r0 \ - php7-json=7.4.24-r0 \ - php7-opcache=7.4.24-r0 \ - php7-session=7.4.24-r0 \ - php7-zip=7.4.24-r0 \ - php7=7.4.24-r0 \ + php7-curl=7.4.25-r0 \ + php7-fpm=7.4.25-r0 \ + php7-json=7.4.25-r0 \ + php7-opcache=7.4.25-r0 \ + php7-session=7.4.25-r0 \ + php7-zip=7.4.25-r0 \ + php7=7.4.25-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ git=2.32.0-r0 \