diff --git a/build-images.sh b/build-images.sh index 2a56f6c..dde355b 100644 --- a/build-images.sh +++ b/build-images.sh @@ -14,7 +14,7 @@ images=() repobase="${REPOBASE:-ghcr.io/geniusdynamics}" # Configure the image name reponame="agentzeroai" -app_version="v0.9.8.2" +app_version="v0.9.8.3" # Create a new empty container image container=$(buildah from scratch)