From 8f2dc6acd42d38806b362a060eab0b5b3c477967 Mon Sep 17 00:00:00 2001 From: Martin Bhuong Date: Tue, 9 Jul 2024 21:51:00 +0200 Subject: [PATCH] update to version 2.15.0 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)