From bd2966a63d8fe3d5dc5c3b5f436d922a8f824380 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:06:49 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20BookStackApp/Book?= =?UTF-8?q?Stack=20to=20v23.08.2?= 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 fa97071..7ccb678 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.06.2" +ARG BOOKSTACK_VERSION="v23.08.2" # hadolint ignore=DL3003 RUN \ apk add --no-cache \