From 80991821aa07c1ca7a5fa5ad0e8f13746841d66d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 05:03:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F20/n?= =?UTF-8?q?ginx=20to=20v1.26.0-r2=20(#406)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 46a7f6e..d0a11cb 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -12,7 +12,7 @@ ARG TASMOADMIN_VERSION="v4.1.0" # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - nginx=1.26.0-r1 \ + nginx=1.26.0-r2 \ php83-curl=8.3.7-r0 \ php83-dom=8.3.7-r0 \ php83-fpm=8.3.7-r0 \