Skip to content

Commit 877d201

Browse files
Automator: update common-files@master in istio/api@master (#3599)
1 parent 26ab50c commit 877d201

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "istio build-tools",
3-
"image": "gcr.io/istio-testing/build-tools:master-4d8a6668b6d46b3becc35f9b24467f841bbb020a",
3+
"image": "gcr.io/istio-testing/build-tools:master-3a6394ccbd573a8fbfa5cb6e01ec7a674dc076e2",
44
"privileged": true,
55
"remoteEnv": {
66
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6174b58ad0379ae1ecfa75187f63e8cf62d9ab61
1+
f5c80d93d0a0d41d4dd5955fca71497fbf3c8e63

common/scripts/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fi
7777
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
7878
PROJECT_ID=${PROJECT_ID:-istio-testing}
7979
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
80-
IMAGE_VERSION=master-4d8a6668b6d46b3becc35f9b24467f841bbb020a
80+
IMAGE_VERSION=master-3a6394ccbd573a8fbfa5cb6e01ec7a674dc076e2
8181
fi
8282
if [[ "${IMAGE_NAME:-}" == "" ]]; then
8383
IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)