From a8f81ee785e7f0b2157e73d8e84df11c6689e44a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:14:54 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/n?= =?UTF-8?q?ginx=20to=20v1.24.0-r16=20(#398)?= 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 c8ac72d..1593c5a 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -12,7 +12,7 @@ ARG TASMOADMIN_VERSION="v4.0.2" # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - nginx=1.24.0-r15 \ + nginx=1.24.0-r16 \ php82-curl=8.2.18-r0 \ php82-dom=8.2.18-r0 \ php82-fpm=8.2.18-r0 \