diff options
| author | cai6489 <144650622+cai6489@users.noreply.github.com> | 2023-11-28 15:10:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-28 15:10:04 +0800 |
| commit | bf325d652156ed9207293c1ad65b0212a79b84c7 (patch) | |
| tree | 399309f2006774dcde38651d39c79cbc1bd8337c /build/docker/build-tools/make-build-tools.sh | |
| parent | update codegen (diff) | |
| parent | Merge pull request #5207 from wbc6080/update-go-version (diff) | |
| download | kubeedge-bf325d652156ed9207293c1ad65b0212a79b84c7.tar.gz | |
Merge branch 'master' into v1beta1-dmi
Diffstat (limited to 'build/docker/build-tools/make-build-tools.sh')
| -rwxr-xr-x | build/docker/build-tools/make-build-tools.sh | 2 |
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) |
