Skip to content

Commit 5ef47d3

Browse files
authoredOct 28, 2024··
Automator: update common-files@master in istio/api@master (#3343)
1 parent 79c9bd4 commit 5ef47d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.devcontainer/devcontainer.json

+1-1
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-4759bf88d40172234fc6a0b9e11a4c5f1ea58a90",
3+
"image": "gcr.io/istio-testing/build-tools:master-b9d5987e7b84504a75de25d4db720358198585fc",
44
"privileged": true,
55
"remoteEnv": {
66
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

‎common/.commonfiles.sha

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7875aa59b85f9eea9d7e258b0cc45225c2a25419
1+
56ae3fb30fa30f50c69905b3d2afe42532e412e4

‎common/scripts/setup_env.sh

+1-1
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-4759bf88d40172234fc6a0b9e11a4c5f1ea58a90
78+
IMAGE_VERSION=master-b9d5987e7b84504a75de25d4db720358198585fc
7979
fi
8080
if [[ "${IMAGE_NAME:-}" == "" ]]; then
8181
IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)
Please sign in to comment.