From b3df8b88be0010439153c29fbe18f22fbb6103c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:24:25 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20BookStackApp/Book?= =?UTF-8?q?Stack=20to=20v23.10?= 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 f2e3fd3..f093a12 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="v23.08.3" +ARG BOOKSTACK_VERSION="v23.10" # hadolint ignore=DL3003 RUN \ apk add --no-cache \