diff --git a/files/.devcontainer/devcontainer.json b/files/.devcontainer/devcontainer.json index b8700233..0fb83ff4 100644 --- a/files/.devcontainer/devcontainer.json +++ b/files/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "istio build-tools", - "image": "gcr.io/istio-testing/build-tools:master-19f0fb6c28d080531991023434dfadb2687444e2", + "image": "gcr.io/istio-testing/build-tools:master-41f3904fd1dcf6e138a5886355074e3be4de79d7", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/files/common/scripts/setup_env.sh b/files/common/scripts/setup_env.sh index 8ecc5e3f..5d9d3652 100755 --- a/files/common/scripts/setup_env.sh +++ b/files/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-19f0fb6c28d080531991023434dfadb2687444e2 + IMAGE_VERSION=master-41f3904fd1dcf6e138a5886355074e3be4de79d7 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools