Skip to content

Commit 2ce007a

Browse files
Automator: update common-files@master in istio/api@master (#3580)
1 parent 6df984a commit 2ce007a

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-6ac9cdb3d1ad09092398ab15574ce88cf2ac31ff",
3+
"image": "gcr.io/istio-testing/build-tools:master-b0cb074639c0677b4d65e4548ae1ec70559e2ba1",
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-
be6513cc1433076ebdb636af99c9b171d9a36f27
1+
9c3d343cec2d3886528eeda26d650853f72884d9

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-6ac9cdb3d1ad09092398ab15574ce88cf2ac31ff
80+
IMAGE_VERSION=master-b0cb074639c0677b4d65e4548ae1ec70559e2ba1
8181
fi
8282
if [[ "${IMAGE_NAME:-}" == "" ]]; then
8383
IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)