From c337fd21c564f032495b0baf0403477735f47890 Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Tue, 17 Jan 2023 20:01:22 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Upgrades=20php=20to=208?= =?UTF-8?q?.1.14=20(#277)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasmoadmin/Dockerfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 3c9bdf1..2b395a2 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -10,15 +10,15 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ apk add --no-cache \ nginx=1.22.1-r0 \ - php81-curl=8.1.13-r0 \ - php81-dom=8.1.13-r0 \ - php81-fpm=8.1.13-r0 \ - php81-iconv=8.1.13-r0 \ - php81-mbstring=8.1.13-r0 \ - php81-opcache=8.1.13-r0 \ - php81-session=8.1.13-r0 \ - php81-zip=8.1.13-r0 \ - php81=8.1.13-r0 \ + php81-curl=8.1.14-r0 \ + php81-dom=8.1.14-r0 \ + php81-fpm=8.1.14-r0 \ + php81-iconv=8.1.14-r0 \ + php81-mbstring=8.1.14-r0 \ + php81-opcache=8.1.14-r0 \ + php81-session=8.1.14-r0 \ + php81-zip=8.1.14-r0 \ + php81=8.1.14-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ composer=2.4.4-r \