Merge pull request #2761 from vmware/dependabot/docker/dockerfiles/integration-test-runner/ci/mikefarah/yq-4.49.2

Bump mikefarah/yq from 4.49.1 to 4.49.2 in /dockerfiles/integration-test-runner
This commit is contained in:
Joshua Casey
2025-12-01 10:02:10 -06: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.49.1 AS yq
FROM mikefarah/yq:4.49.2 AS yq
# We need gcloud for running integration tests against GKE
# because the kubeconfig uses gcloud as an `auth-provider`.