diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2222a562aed..522fd446d25 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-061780fd3181da88f895dcfe350a34daa4aa1076", + "image": "gcr.io/istio-testing/build-tools:master-30750b44971f0d66b92a8bcd681096a5f5e487f1", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 100d99a4ccd..4096597e525 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -559e9789af605e7d5614d85bc18d88301e264efb +f611946af7623d2ce03e2d4e146d0f238b5f0ca4 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 7f6cd0faa8c..100ec2b7070 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=master-061780fd3181da88f895dcfe350a34daa4aa1076 + IMAGE_VERSION=master-30750b44971f0d66b92a8bcd681096a5f5e487f1 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools