From 0b73e5ecc9d9a3cb7f7b8e62510ab6c179b9e888 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 18 Jul 2026 22:21:04 +0200 Subject: [PATCH] bookstack: 25.02.2 -> 26.05.2 [MAJOR], mariadb 11.6 -> 12.3 [MAJOR] MAJOR (bookstack): v26.05 needs storage/fonts writable for PDF export; revision viewing is now a separate permission. Fresh deploys unaffected; flagged for the future in-place update path. MAJOR (mariadb): 11.6 -> 12.3. Campaign 7 catalog sweep. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01Nn3VgQk9iwEGgyx6QJ2NvE --- templates/bookstack/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/bookstack/docker-compose.yml b/templates/bookstack/docker-compose.yml index a598a55..b3e7f0e 100644 --- a/templates/bookstack/docker-compose.yml +++ b/templates/bookstack/docker-compose.yml @@ -10,7 +10,7 @@ services: bookstack: - image: lscr.io/linuxserver/bookstack:25.02.2 + image: lscr.io/linuxserver/bookstack:26.05.2 container_name: bookstack restart: unless-stopped depends_on: @@ -51,7 +51,7 @@ services: - "traefik.http.services.bookstack.loadbalancer.server.port=80" bookstack-db: - image: mariadb:11.6 + image: mariadb:12.3 container_name: bookstack-db restart: unless-stopped environment: