Merge pull request #2206 from vmware-tanzu/dependabot/docker/dockerfiles/integration-test-runner/ci/mikefarah/yq-4.45.1

Bump mikefarah/yq from 4.44.5 to 4.45.1 in /dockerfiles/integration-test-runner
This commit is contained in:
Ryan Richard
2025-02-24 12:05:21 -08:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
# For running the integration tests as a client to a k8s cluster
FROM mikefarah/yq:4.44.5 AS yq
FROM mikefarah/yq:4.45.1 AS yq
# We need gcloud for running integration tests against GKE
# because the kubeconfig uses gcloud as an `auth-provider`.