diff --git a/build-images.sh b/build-images.sh index 763960d..a4e9a7f 100644 --- a/build-images.sh +++ b/build-images.sh @@ -14,7 +14,7 @@ images=() repobase="${REPOBASE:-ghcr.io/geniusdynamics}" # Configure the image name reponame="bigcapital" -APP_VERSION="v0.18.4" +APP_VERSION="v0.18.9" # Create a new empty container image container=$(buildah from scratch)