From a07499cdb055b567995e12d590dfb2793904459d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 20:27:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20BookStackApp/Book?= =?UTF-8?q?Stack=20to=20v24.05.1?= 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 2a61fc2..8e98595 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.05" +ARG BOOKSTACK_VERSION="v24.05.1" # hadolint ignore=DL3003 RUN \ apk add --no-cache \