From 2fae8db8f778f7bcfbdfa54340b190554487daa4 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Fri, 29 Sep 2023 21:37:13 +0100 Subject: [PATCH] update to base 7.0.7ec2 --- tests/_test_support_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_test_support_build.sh b/tests/_test_support_build.sh index dcb5dd3..f812f10 100755 --- a/tests/_test_support_build.sh +++ b/tests/_test_support_build.sh @@ -18,7 +18,7 @@ THIS_FOLDER=$(dirname ${0}) # pass the container context as the folder above the ibek-support folder CONTEXT=$(realpath ${THIS_FOLDER}/../..) -BASE_VERSION="23.9.3" +BASE_VERSION="7.0.7ec2" ARCH=${ARCH:-linux} PLATFORM=${PLATFORM:-linux/amd64}