From 974b57fc3fbb44c5eda7af7deea7d6a5fdb350e5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 9 Nov 2022 12:35:32 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20php8=20to=208.0?= =?UTF-8?q?.25-r0=20(#265)?= 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 cc894bb..dc972d9 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -10,15 +10,15 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ apk add --no-cache \ nginx=1.22.1-r0 \ - php8-curl=8.0.24-r0 \ - php8-dom=8.0.24-r0 \ - php8-fpm=8.0.24-r0 \ - php8-iconv=8.0.24-r0 \ - php8-mbstring=8.0.24-r0 \ - php8-opcache=8.0.24-r0 \ - php8-session=8.0.24-r0 \ - php8-zip=8.0.24-r0 \ - php8=8.0.24-r0 \ + php8-curl=8.0.25-r0 \ + php8-dom=8.0.25-r0 \ + php8-fpm=8.0.25-r0 \ + php8-iconv=8.0.25-r0 \ + php8-mbstring=8.0.25-r0 \ + php8-opcache=8.0.25-r0 \ + php8-session=8.0.25-r0 \ + php8-zip=8.0.25-r0 \ + php8=8.0.25-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ composer=2.4.2-r0 \