From 468aa5f81023b0ffcf41502b3c2542d2916c4555 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 5 Feb 2021 10:49:09 +0100 Subject: [PATCH] :arrow_up: Upgrades php7 to 7.4.15-r0 (#119) --- tasmoadmin/Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 170bde1..3b80a92 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -9,13 +9,13 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ apk add --no-cache \ nginx=1.18.0-r13 \ - php7-curl=7.4.14-r0 \ - php7-fpm=7.4.14-r0 \ - php7-json=7.4.14-r0 \ - php7-opcache=7.4.14-r00 \ - php7-session=7.4.14-r0 \ - php7-zip=7.4.14-r0 \ - php7=7.4.14-r0 \ + php7-curl=7.4.15-r0 \ + php7-fpm=7.4.15-r0 \ + php7-json=7.4.15-r0 \ + php7-opcache=7.4.15-r0 \ + php7-session=7.4.15-r0 \ + php7-zip=7.4.15-r0 \ + php7=7.4.15-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ git=2.30.0-r0 \