diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d1575ac939..7decaee4f4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "istio build-tools", - "image": "gcr.io/istio-testing/build-tools:master-5a7939a03b038be8bf32158c0c71ec8a343d3b6c", + "image": "gcr.io/istio-testing/build-tools:master-5e2eac804f967b3619fa8c411d23df2c864f51c3", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index c5f016fe2b..d13042827b 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -6e376578070d2a958e8a0515c48ff4d8795e1eef +3baca67aac785b95c54d34eea6dd8c26dde683f1 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index ef3d1dbb9e..4eb0d7bc39 100755 --- a/common/scripts/setup_env.sh +++ b/common/scripts/setup_env.sh @@ -77,7 +77,7 @@ fi TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io} PROJECT_ID=${PROJECT_ID:-istio-testing} if [[ "${IMAGE_VERSION:-}" == "" ]]; then - IMAGE_VERSION=master-5a7939a03b038be8bf32158c0c71ec8a343d3b6c + IMAGE_VERSION=master-5e2eac804f967b3619fa8c411d23df2c864f51c3 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools