From c7f27c0dc34151a8afea71c359fb072afa1302f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:25:00 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F21/n?= =?UTF-8?q?ginx=20to=20v1.26.2-r4=20(#453)?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index c48543d..71667ba 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -12,7 +12,7 @@ ARG TASMOADMIN_VERSION="v4.2.1" # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - nginx=1.26.2-r3 \ + nginx=1.26.2-r4 \ php83-curl=8.3.15-r0 \ php83-dom=8.3.15-r0 \ php83-fpm=8.3.15-r0 \