We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91142ca commit 1c7e5b8Copy full SHA for 1c7e5b8
bookstack/Dockerfile
@@ -6,7 +6,7 @@ FROM ${BUILD_FROM}
6
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
7
8
# Setup base
9
-ARG BOOKSTACK_VERSION="v23.06.2"
+ARG BOOKSTACK_VERSION="v23.08.2"
10
# hadolint ignore=DL3003
11
RUN \
12
apk add --no-cache \
0 commit comments