From 7873a7b4f1d921d67f86c25d86ce237e52d765af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 06:18:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20PHP=20to=20v8.1.2?= =?UTF-8?q?2-r0?= 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 235cbf8..4cd7ced 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -11,15 +11,15 @@ ARG TASMOADMIN_VERSION="v3.1.0" RUN \ apk add --no-cache \ nginx=1.24.0-r6 \ - php81-curl=8.1.21-r0 \ - php81-dom=8.1.21-r0 \ - php81-fpm=8.1.21-r0 \ - php81-iconv=8.1.21-r0 \ - php81-mbstring=8.1.21-r0 \ - php81-opcache=8.1.21-r0 \ - php81-session=8.1.21-r0 \ - php81-zip=8.1.21-r0 \ - php81=8.1.21-r0 \ + php81-curl=8.1.22-r0 \ + php81-dom=8.1.22-r0 \ + php81-fpm=8.1.22-r0 \ + php81-iconv=8.1.22-r0 \ + php81-mbstring=8.1.22-r0 \ + php81-opcache=8.1.22-r0 \ + php81-session=8.1.22-r0 \ + php81-zip=8.1.22-r0 \ + php81=8.1.22-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ composer=2.5.8-r0 \