From ed5d906efd5d59abd95e01abb4bf889c118055aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 07:55:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20PHP=20to=20v8.2.1?= =?UTF-8?q?5-r0=20(#378)?= 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 a096dd8..b340db8 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -11,15 +11,15 @@ ARG TASMOADMIN_VERSION="v3.3.3" RUN \ apk add --no-cache \ nginx=1.24.0-r14 \ - php82-curl=8.2.14-r0 \ - php82-dom=8.2.14-r0 \ - php82-fpm=8.2.14-r0 \ - php82-iconv=8.2.14-r0 \ - php82-mbstring=8.2.14-r0 \ - php82-opcache=8.2.14-r0 \ - php82-session=8.2.14-r0 \ - php82-zip=8.2.14-r0 \ - php82=8.2.14-r0 \ + php82-curl=8.2.15-r0 \ + php82-dom=8.2.15-r0 \ + php82-fpm=8.2.15-r0 \ + php82-iconv=8.2.15-r0 \ + php82-mbstring=8.2.15-r0 \ + php82-opcache=8.2.15-r0 \ + php82-session=8.2.15-r0 \ + php82-zip=8.2.15-r0 \ + php82=8.2.15-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ composer=2.6.6-r0 \