From 6ee5ac4bbf631ddbf19a02d1ba73652bf9a881e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:38:58 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20BookStackApp/Book?= =?UTF-8?q?Stack=20to=20v24.02.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bookstack/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookstack/Dockerfile b/bookstack/Dockerfile index 703fe49..1cdfd72 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG BOOKSTACK_VERSION="v24.02.2" +ARG BOOKSTACK_VERSION="v24.02.3" # hadolint ignore=DL3003 RUN \ apk add --no-cache \