From b0077aa977d61ab7630860cfff0c8d785787d4e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:06:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20PHP=20to=20v8.3.1?= =?UTF-8?q?5-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 c727352..c48543d 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -13,15 +13,15 @@ ARG TASMOADMIN_VERSION="v4.2.1" RUN \ apk add --no-cache \ nginx=1.26.2-r3 \ - php83-curl=8.3.14-r0 \ - php83-dom=8.3.14-r0 \ - php83-fpm=8.3.14-r0 \ - php83-iconv=8.3.14-r0 \ - php83-mbstring=8.3.14-r0 \ - php83-opcache=8.3.14-r0 \ - php83-session=8.3.14-r0 \ - php83-zip=8.3.14-r0 \ - php83=8.3.14-r0 \ + php83-curl=8.3.15-r0 \ + php83-dom=8.3.15-r0 \ + php83-fpm=8.3.15-r0 \ + php83-iconv=8.3.15-r0 \ + php83-mbstring=8.3.15-r0 \ + php83-opcache=8.3.15-r0 \ + php83-session=8.3.15-r0 \ + php83-zip=8.3.15-r0 \ + php83=8.3.15-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ composer=2.8.4-r0 \