From 726dfc0a0d0e5a8856a1bedd4ec2371507d59414 Mon Sep 17 00:00:00 2001 From: Rick Henry Date: Wed, 18 Feb 2026 21:53:07 +0000 Subject: [PATCH 1/2] feat: update Dockerfile to use Bookstack v25.12.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1d232b..68e9969 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3 AS bookstack -ENV BOOKSTACK_VERSION=v25.12.5 +ENV BOOKSTACK_VERSION=v25.12.6 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 \ From 81b1bfb4906b9dd5becc543cb2aedb131f4d09e6 Mon Sep 17 00:00:00 2001 From: Rick Henry Date: Wed, 18 Feb 2026 21:53:26 +0000 Subject: [PATCH 2/2] doc: update documentation to reference 25.12.6 --- README.md | 4 ++-- VERSION | 2 +- docker-compose.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a240dff..5685ac1 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ Note that if you want to use LDAP, `$` has to be escape like `\$`, i.e. `-e "LDA -e APP_URL=http://localhost:8080 \ -e APP_KEY=SomeRandomStringWith32Characters \ -p 8080:8080 \ - --name="bookstack_25.12.5" \ - solidnerd/bookstack:25.12.5 + --name="bookstack_25.12.6" \ + solidnerd/bookstack:25.12.6 ``` The APP_URL parameter should be the base URL for your BookStack instance without diff --git a/VERSION b/VERSION index 33dd11a..b1d3fb1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -25.12.5 +25.12.6 diff --git a/docker-compose.yml b/docker-compose.yml index ecac396..9732355 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: - mysql-data:/var/lib/mysql bookstack: - image: solidnerd/bookstack:25.12.5 + image: solidnerd/bookstack:25.12.6 depends_on: - mysql environment: