diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 36806da5..d29788f5 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-c99bbd718c95a007fc7433c6d8d047bdeda2e561", + "image": "gcr.io/istio-testing/build-tools:master-fbec74f127fd72c16999f8d8872b45bcf718eb1c", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 10e852a3..8bdb6c55 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -7cc2aae29bbad264613b1247766df26a6b0dbc6f +f90e4005701a38b153246bc0d9e7314977b250bb diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 17f35aa3..0e8c7a41 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-c99bbd718c95a007fc7433c6d8d047bdeda2e561 + IMAGE_VERSION=master-fbec74f127fd72c16999f8d8872b45bcf718eb1c fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools