diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9b599922ed..93695be277 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "istio build-tools", - "image": "gcr.io/istio-testing/build-tools:release-1.24-7d1c19cf1d83ca3cfdb7cc7b90dd807fe41653da", + "image": "gcr.io/istio-testing/build-tools:release-1.24-bccd228953b7abf90170da1419699d38e95329fb", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 591e455288..c8a2f68433 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -6d1ea5c54f7aad9c31e8ff058772f9f44cbe08e0 +2a57949e8949678850564daef685829ceb137ed5 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index f174ec78c5..d9ebed4b80 100755 --- a/common/scripts/setup_env.sh +++ b/common/scripts/setup_env.sh @@ -75,7 +75,7 @@ fi TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io} PROJECT_ID=${PROJECT_ID:-istio-testing} if [[ "${IMAGE_VERSION:-}" == "" ]]; then - IMAGE_VERSION=release-1.24-7d1c19cf1d83ca3cfdb7cc7b90dd807fe41653da + IMAGE_VERSION=release-1.24-bccd228953b7abf90170da1419699d38e95329fb fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools