From bc0af95f9ca3e0e19b3f24e812ea08c661237f35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:29:25 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/n?= =?UTF-8?q?ginx=20to=20v1.24.0-r15=20(#379)?= 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 b340db8..a11b294 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -10,7 +10,7 @@ ARG TASMOADMIN_VERSION="v3.3.3" # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - nginx=1.24.0-r14 \ + nginx=1.24.0-r15 \ php82-curl=8.2.15-r0 \ php82-dom=8.2.15-r0 \ php82-fpm=8.2.15-r0 \