diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 478a2ff7..aef5c9da 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-f6bbb431db0b39bf0c9e8c6449c49f9e9924b171", + "image": "gcr.io/istio-testing/build-tools:release-1.24-11b19fe84b6aee84bb50f5ceddb115783e9cb4e0", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 26b1c43e..bb9ccb7c 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -2f78e784ceebf9c3f99d7f446c75ae8c52d526c6 +bbdb8ced55261caeff593ff818b09ae5307170df diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index eac46395..dbb50491 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-f6bbb431db0b39bf0c9e8c6449c49f9e9924b171 + IMAGE_VERSION=release-1.24-11b19fe84b6aee84bb50f5ceddb115783e9cb4e0 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools