From fd303aa296d1d5c26178732c9dd68ce82e66248a Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Wed, 27 Sep 2023 15:33:35 +0200 Subject: [PATCH] build: use latest stable release --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index c28ae11..58bf2c4 100755 --- a/build-images.sh +++ b/build-images.sh @@ -9,7 +9,7 @@ images=() repobase="${REPOBASE:-ghcr.io/nethserver}" # Configure the image name reponame="nethsecurity-controller" -tag=${IMAGE_TAG:-latest} +tag=${IMAGE_TAG:-0.0.1} # Create a new empty container image container=$(buildah from scratch)