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 \