Skip to content

Commit e799e92

Browse files
Automator: update common-files@master in istio/api@master (#3107)
1 parent 9569063 commit e799e92

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-29113a4954abc8d22b157167e416e2a8509b6549",
3+
"image": "gcr.io/istio-testing/build-tools:master-f333cc4e6e73a2153cc4ee43dd2f0cf4277bac95",
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-
b956efc196b2f30cb5c200f3ff960199900ca2f3
1+
34e9d3bdc65ed8d037f7cb1b80567d5d219d209b

common/scripts/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fi
7575
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
7676
PROJECT_ID=${PROJECT_ID:-istio-testing}
7777
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
78-
IMAGE_VERSION=master-29113a4954abc8d22b157167e416e2a8509b6549
78+
IMAGE_VERSION=master-f333cc4e6e73a2153cc4ee43dd2f0cf4277bac95
7979
fi
8080
if [[ "${IMAGE_NAME:-}" == "" ]]; then
8181
IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)