From 3895bb798e6c76758a5fabefe185efd589d6c054 Mon Sep 17 00:00:00 2001 From: sam#gemmi-win10 Date: Mon, 2 Oct 2023 09:27:05 +0800 Subject: [PATCH] bins-v2.5" --- imgbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgbuild.sh b/imgbuild.sh index 468f548..674e60f 100755 --- a/imgbuild.sh +++ b/imgbuild.sh @@ -23,7 +23,7 @@ img="edgecore:latest" case "$1" in bins) # cd bins2 - img="edgecore:bins-v2.4" + img="edgecore:bins-v2.5" docker build -t $repo/$ns/$img -f bins2/Dockerfile . docker push $repo/$ns/$img ;;