Skip to content

Commit 8663c2c

Browse files
Automator: update common-files@master in istio/proxy@master (#6722)
1 parent e5bf144 commit 8663c2c

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-proxy:master-8dcf63149d5bdaa83d1407a121098e8e8d1626dd",
3+
"image": "gcr.io/istio-testing/build-tools-proxy:master-3858f8db549f6f7f73de4b55fba5075f71d2651d",
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-
f335e7753c209c164f5c2d9d8f183fadc1e1cd98
1+
dec7a26170fc061fee7c159c1cf45220eacd9cf4

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

0 commit comments

Comments
 (0)