summaryrefslogtreecommitdiff
path: root/build/docker/build-tools/make-build-tools.sh
diff options
context:
space:
mode:
authorcai6489 <144650622+cai6489@users.noreply.github.com>2023-11-28 15:10:04 +0800
committerGitHub <noreply@github.com>2023-11-28 15:10:04 +0800
commitbf325d652156ed9207293c1ad65b0212a79b84c7 (patch)
tree399309f2006774dcde38651d39c79cbc1bd8337c /build/docker/build-tools/make-build-tools.sh
parentupdate codegen (diff)
parentMerge pull request #5207 from wbc6080/update-go-version (diff)
downloadkubeedge-bf325d652156ed9207293c1ad65b0212a79b84c7.tar.gz
Merge branch 'master' into v1beta1-dmi
Diffstat (limited to 'build/docker/build-tools/make-build-tools.sh')
-rwxr-xr-xbuild/docker/build-tools/make-build-tools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/docker/build-tools/make-build-tools.sh b/build/docker/build-tools/make-build-tools.sh
index 71656b22f..408925e12 100755
--- a/build/docker/build-tools/make-build-tools.sh
+++ b/build/docker/build-tools/make-build-tools.sh
@@ -6,7 +6,7 @@ REPOSITORY=${REPOSITORY:-"kubeedge/build-tools"}
# image tag for build-tools image, including golang version and build-tools version
# If there's some modifications for build-tools.dockerfile other than golang version, the build-tools version should be updated e.g. ke1, ke2.
# If the golang version is updated in build-tools.dockerfile, the build-tools version should be started from ke1.
-IMAGE_TAG=${IMAGE_TAG:-"1.19.12-ke2"}
+IMAGE_TAG=${IMAGE_TAG:-"1.20.10-ke1"}
WORK_DIR=$(cd "$(dirname "$0")";pwd)
PUSH_TAG=${1}
ARCHS=(amd64 arm64 arm)