From 96b5279b0984818080dc0d694b94b2fe445edc10 Mon Sep 17 00:00:00 2001 From: Martin Bhuong Date: Mon, 25 Aug 2025 04:10:46 +0300 Subject: [PATCH] Update to 25.07.1 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 79a25c9..6b5f090 100644 --- a/build-images.sh +++ b/build-images.sh @@ -14,7 +14,7 @@ images=() repobase="${REPOBASE:-ghcr.io/geniusdynamics}" # Configure the image name reponame="bookstack" -BOOKSTACK_TAG="25.05.2" +BOOKSTACK_TAG="25.07.1" # Create a new empty container image container=$(buildah from scratch)