From 595a628e8e3096cf49119f3b76cd9d5682f49fc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:08:19 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20BookStackApp/Book?= =?UTF-8?q?Stack=20to=20v24.12=20(#359)?= 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 d560b30..7896061 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.10.3" +ARG BOOKSTACK_VERSION="v24.12" # hadolint ignore=DL3003 RUN \ apk add --no-cache \