diff --git a/build-images.sh b/build-images.sh index 863df38..6929ee3 100644 --- a/build-images.sh +++ b/build-images.sh @@ -14,7 +14,7 @@ images=() repobase="${REPOBASE:-ghcr.io/geniusdynamics}" # Configure the image name reponame="linkwarden" -LINKWARDEN_TAG="v2.6.0" +LINKWARDEN_TAG="v2.6.2" # Create a new empty container image container=$(buildah from scratch)