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)