From 51cd65cf125817887357b057b79679018454899c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 10 Aug 2021 13:12:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20php7=20to=207.4?= =?UTF-8?q?.22-r0=20(#185)?= 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 a4dcff8..d867ce3 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.21-r0 \ - php7-fpm=7.4.21-r0 \ - php7-json=7.4.21-r0 \ - php7-opcache=7.4.21-r0 \ - php7-session=7.4.21-r0 \ - php7-zip=7.4.21-r0 \ - php7=7.4.21-r0 \ + 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 \ \ && apk add --no-cache --virtual .build-dependencies \ git=2.32.0-r0 \