diff --git a/build-images.sh b/build-images.sh index 704e046..8f50cb3 100644 --- a/build-images.sh +++ b/build-images.sh @@ -14,7 +14,7 @@ images=() repobase="${REPOBASE:-ghcr.io/geniusdynamics}" # Configure the image name reponame="wallos" -APP_VERSION="2.14.1" +APP_VERSION="2.15.0" # Create a new empty container image container=$(buildah from scratch)