From 601ba3c148aea289f64f1c9c02d36c725c3c69e2 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 13 Jul 2021 20:34:54 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20php7=20to=207.4?= =?UTF-8?q?.21-r0=20(#181)?= 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 2c7f14b..a4dcff8 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.20-r0 \ - php7-fpm=7.4.20-r0 \ - php7-json=7.4.20-r0 \ - php7-opcache=7.4.20-r0 \ - php7-session=7.4.20-r0 \ - php7-zip=7.4.20-r0 \ - php7=7.4.20-r0 \ + 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 \ \ && apk add --no-cache --virtual .build-dependencies \ git=2.32.0-r0 \