From 6a6deeebdf626d636d8fa74718298684d1d2698e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 08:54:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20PHP=20to=20v8.3.8?= =?UTF-8?q?-r0=20(#409)?= 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 28d76cd..79bf3c7 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -13,15 +13,15 @@ ARG TASMOADMIN_VERSION="v4.1.1" RUN \ apk add --no-cache \ nginx=1.26.1-r0 \ - php83-curl=8.3.7-r0 \ - php83-dom=8.3.7-r0 \ - php83-fpm=8.3.7-r0 \ - php83-iconv=8.3.7-r0 \ - php83-mbstring=8.3.7-r0 \ - php83-opcache=8.3.7-r0 \ - php83-session=8.3.7-r0 \ - php83-zip=8.3.7-r0 \ - php83=8.3.7-r0 \ + php83-curl=8.3.8-r0 \ + php83-dom=8.3.8-r0 \ + php83-fpm=8.3.8-r0 \ + php83-iconv=8.3.8-r0 \ + php83-mbstring=8.3.8-r0 \ + php83-opcache=8.3.8-r0 \ + php83-session=8.3.8-r0 \ + php83-zip=8.3.8-r0 \ + php83=8.3.8-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ composer=2.7.6-r0 \