From 548ffe0ef0365e529e863d70050b189c9eeef12c Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Fri, 11 Feb 2022 12:25:56 +0200 Subject: [PATCH] docker image version increase --- build-amd64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-amd64.sh b/build-amd64.sh index dfa278b..83262ec 100644 --- a/build-amd64.sh +++ b/build-amd64.sh @@ -2,7 +2,7 @@ # chmod u+x build-amd64.sh echo "Welcome!" -version="1.0.1-alpha3" +version="1.1.2" localRegistryPass="***REMOVED***" echo "Create docker image with version $version."