From 3fb175811ac9889c3571cbe3fc81ba7aaf65fc70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 18:23:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F20/n?= =?UTF-8?q?ginx=20to=20v1.26.2-r0=20(#331)?= 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> --- bookstack/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookstack/Dockerfile b/bookstack/Dockerfile index 7a462dc..6a5bf99 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -11,7 +11,7 @@ ARG BOOKSTACK_VERSION="v24.05.3" RUN \ apk add --no-cache \ mariadb-client=10.11.8-r0 \ - nginx=1.26.1-r0 \ + nginx=1.26.2-r0 \ php83-curl=8.3.9-r0 \ php83-dom=8.3.9-r0 \ php83-fileinfo=8.3.9-r0 \