From 021d158a4820521d052d8ec8b4c73211fd4c7383 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:34:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20PHP=20to=20v8.3.1?= =?UTF-8?q?4-r0=20(#446)?= 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 0304b91..ff507ce 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -13,15 +13,15 @@ ARG TASMOADMIN_VERSION="v4.2.0" RUN \ apk add --no-cache \ nginx=1.26.2-r0 \ - php83-curl=8.3.13-r0 \ - php83-dom=8.3.13-r0 \ - php83-fpm=8.3.13-r0 \ - php83-iconv=8.3.13-r0 \ - php83-mbstring=8.3.13-r0 \ - php83-opcache=8.3.13-r0 \ - php83-session=8.3.13-r0 \ - php83-zip=8.3.13-r0 \ - php83=8.3.13-r0 \ + 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 \ \ && apk add --no-cache --virtual .build-dependencies \ composer=2.8.2-r0 \