diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 93695be277..a4f29e9dbf 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-bccd228953b7abf90170da1419699d38e95329fb", + "image": "gcr.io/istio-testing/build-tools:release-1.24-f9fb31e097a085fca3995f19f051cb8f8a396837", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index c8a2f68433..5b8d085b73 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -2a57949e8949678850564daef685829ceb137ed5 +f115b781622400957ebef474adb3be0674a8f6dc diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index d9ebed4b80..362815894f 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-bccd228953b7abf90170da1419699d38e95329fb + IMAGE_VERSION=release-1.24-f9fb31e097a085fca3995f19f051cb8f8a396837 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools