From e2cdcee1cb0c11a7477cabea0c3c858674670be4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 02:00:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20PHP=20to=20v8.3.1?= =?UTF-8?q?3-r0=20(#438)?= 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 e1d79e5..58bc19c 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -13,15 +13,15 @@ ARG TASMOADMIN_VERSION="v4.1.3" RUN \ apk add --no-cache \ nginx=1.26.2-r0 \ - php83-curl=8.3.12-r0 \ - php83-dom=8.3.12-r0 \ - php83-fpm=8.3.12-r0 \ - php83-iconv=8.3.12-r0 \ - php83-mbstring=8.3.12-r0 \ - php83-opcache=8.3.12-r0 \ - php83-session=8.3.12-r0 \ - php83-zip=8.3.12-r0 \ - php83=8.3.12-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 \ \ && apk add --no-cache --virtual .build-dependencies \ composer=2.7.9-r0 \