diff --git a/build-images.sh b/build-images.sh index b9c95c5..072cb21 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.8.0" +APP_VERSION="2.9.0" # Create a new empty container image container=$(buildah from scratch)