From a060f4fc24e5dbdf7b9b42c1df42a3a9628a89b7 Mon Sep 17 00:00:00 2001 From: reddexx Date: Wed, 26 Nov 2025 09:54:46 +0100 Subject: [PATCH] Update BOOKSTACK_VERSION to v25.11.4 Change version to v25.11.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f476a0b..fdb3631 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3 AS bookstack -ENV BOOKSTACK_VERSION=v25.11.3 +ENV BOOKSTACK_VERSION=v25.11.4 RUN apk add --no-cache curl tar RUN set -x; \ curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/${BOOKSTACK_VERSION}.tar.gz \