diff --git a/build-images.sh b/build-images.sh index 2343b77..c46ecf3 100644 --- a/build-images.sh +++ b/build-images.sh @@ -14,7 +14,7 @@ images=() repobase="${REPOBASE:-ghcr.io/geniusdynamics}" # Configure the image name reponame="2fauth" -app_version="5.6.0" +app_version="5.6.1" # Create a new empty container image container=$(buildah from scratch)