From 510e28b148aad22e7cc4a8a32866fffc6bdc308f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 12:23:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20PHP=20to=20v8.2.1?= =?UTF-8?q?9-r0=20(#402)?= 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 9ea6043..a24c271 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -13,15 +13,15 @@ ARG TASMOADMIN_VERSION="v4.1.0" RUN \ apk add --no-cache \ nginx=1.24.0-r16 \ - php82-curl=8.2.18-r0 \ - php82-dom=8.2.18-r0 \ - php82-fpm=8.2.18-r0 \ - php82-iconv=8.2.18-r0 \ - php82-mbstring=8.2.18-r0 \ - php82-opcache=8.2.18-r0 \ - php82-session=8.2.18-r0 \ - php82-zip=8.2.18-r0 \ - php82=8.2.18-r0 \ + php82-curl=8.2.19-r0 \ + php82-dom=8.2.19-r0 \ + php82-fpm=8.2.19-r0 \ + php82-iconv=8.2.19-r0 \ + php82-mbstring=8.2.19-r0 \ + php82-opcache=8.2.19-r0 \ + php82-session=8.2.19-r0 \ + php82-zip=8.2.19-r0 \ + php82=8.2.19-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ composer=2.7.6-r0 \