diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ed0a3284..7ec52cad 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.21-c3faed1158524149e46b2af5567621ab6e43a8be", + "image": "gcr.io/istio-testing/build-tools:release-1.21-f0cb94d905ea0d51f42d346ab6837750f7c4944f", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index c67c7a0c..c5da9126 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -06e135f7547513ec25ff68499fdf5f9dd03de583 +6fed3deb1cd70efdef8b939181ee7392730fd095 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index d0c1ef46..743f394e 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.21-c3faed1158524149e46b2af5567621ab6e43a8be + IMAGE_VERSION=release-1.21-f0cb94d905ea0d51f42d346ab6837750f7c4944f fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools