diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b171f62395242..7019c22ad94be 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.22-46fce460ef8547fb88a20de8494683bfb3bfa8e5", + "image": "gcr.io/istio-testing/build-tools:release-1.22-02098ccc0766fde1c577cf9f9258fb43a08ec8c8", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 21c0083e876d8..4a1565379696f 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -bd056af56a018c5245e8657b6cc3fed1c82b12c0 +2f988bb7f975a3426624f4d9e92ea26d542b1b6f diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 9deb1497a91f1..604671c1b1346 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.22-46fce460ef8547fb88a20de8494683bfb3bfa8e5 + IMAGE_VERSION=release-1.22-02098ccc0766fde1c577cf9f9258fb43a08ec8c8 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools