From ede974f859c8f169ab36213dace6709c20857d67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 08:16:15 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20PHP=20to=20v8.2.1?= =?UTF-8?q?7-r0=20(#390)?= 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 95e3d56..7e103e3 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -32,15 +32,15 @@ COPY --from=builder /var/www/tasmoadmin/tasmoadmin /var/www/tasmoadmin/tasmoadmi RUN \ apk add --no-cache \ nginx=1.24.0-r15 \ - php82-curl=8.2.16-r0 \ - php82-dom=8.2.16-r0 \ - php82-fpm=8.2.16-r0 \ - php82-iconv=8.2.16-r0 \ - php82-mbstring=8.2.16-r0 \ - php82-opcache=8.2.16-r0 \ - php82-session=8.2.16-r0 \ - php82-zip=8.2.16-r0 \ - php82=8.2.16-r0 \ + php82-curl=8.2.17-r0 \ + php82-dom=8.2.17-r0 \ + php82-fpm=8.2.17-r0 \ + php82-iconv=8.2.17-r0 \ + php82-mbstring=8.2.17-r0 \ + php82-opcache=8.2.17-r0 \ + php82-session=8.2.17-r0 \ + php82-zip=8.2.17-r0 \ + php82=8.2.17-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ composer=2.7.1-r0 \