Merge pull request #3124 from vmware/dependabot/docker/dockerfiles/integration-test-runner-beta/ci/mikefarah/yq-4.53.3

Bump mikefarah/yq from 4.53.2 to 4.53.3 in /dockerfiles/integration-test-runner-beta
This commit is contained in:
Ryan Richard
2026-07-02 17:40:14 -07:00
committed by GitHub
@@ -3,7 +3,7 @@
# For running the integration tests as a client to a k8s cluster
FROM mikefarah/yq:4.53.2 AS yq
FROM mikefarah/yq:4.53.3 AS yq
# We need gcloud for running integration tests against GKE
# because the kubeconfig uses gcloud as an `auth-provider`.