From edbc3292e765386fc340365f6be23f2bd997615a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 08:50:58 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20PHP=20to=20v8.1.2?= =?UTF-8?q?5-r0=20(#363)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tasmoadmin/Dockerfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index b8040eb..05d225d 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -11,15 +11,15 @@ ARG TASMOADMIN_VERSION="v3.1.4" RUN \ apk add --no-cache \ nginx=1.24.0-r7 \ - php81-curl=8.1.23-r0 \ - php81-dom=8.1.23-r0 \ - php81-fpm=8.1.23-r0 \ - php81-iconv=8.1.23-r0 \ - php81-mbstring=8.1.23-r0 \ - php81-opcache=8.1.23-r0 \ - php81-session=8.1.23-r0 \ - php81-zip=8.1.23-r0 \ - php81=8.1.23-r0 \ + php81-curl=8.1.25-r0 \ + php81-dom=8.1.25-r0 \ + php81-fpm=8.1.25-r0 \ + php81-iconv=8.1.25-r0 \ + php81-mbstring=8.1.25-r0 \ + php81-opcache=8.1.25-r0 \ + php81-session=8.1.25-r0 \ + php81-zip=8.1.25-r0 \ + php81=8.1.25-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ composer=2.6.5-r0 \