From ffa741a3aafc3cf0c9fcdae34f60c87298aa97ad Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 27 Sep 2021 16:59:07 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20php7=20to=207.4?= =?UTF-8?q?.24-r0=20(#200)?= 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 83bb15e..d7b3d2c 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.22-r0 \ - php7-fpm=7.4.22-r0 \ - php7-json=7.4.22-r0 \ - php7-opcache=7.4.22-r0 \ - php7-session=7.4.22-r0 \ - php7-zip=7.4.22-r0 \ - php7=7.4.22-r0 \ + 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 \ \ && apk add --no-cache --virtual .build-dependencies \ git=2.32.0-r0 \