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

Bump mikefarah/yq from 4.44.3 to 4.44.5 in /dockerfiles/integration-test-runner
This commit is contained in:
Joshua Casey
2024-11-17 20:47:32 -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.44.3 AS yq
FROM mikefarah/yq:4.44.5 AS yq
# We need gcloud for running integration tests against GKE
# because the kubeconfig uses gcloud as an `auth-provider`.