From 4fae4de757f84e89d35e75c7ba8844373a061bfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 08:17:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/n?= =?UTF-8?q?ginx=20to=20v1.24.0-r5=20(#316)?= 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 7fb8c0a..2d30640 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -10,7 +10,7 @@ ARG TASMOADMIN_VERSION="v3.0.3" # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - nginx=1.24.0-r4 \ + nginx=1.24.0-r5 \ php81-curl=8.1.19-r2 \ php81-dom=8.1.19-r2 \ php81-fpm=8.1.19-r2 \