diff --git a/dockerfiles/integration-test-runner-beta/Dockerfile b/dockerfiles/integration-test-runner-beta/Dockerfile index 07ce3ea3c..c8fb3c168 100644 --- a/dockerfiles/integration-test-runner-beta/Dockerfile +++ b/dockerfiles/integration-test-runner-beta/Dockerfile @@ -3,7 +3,7 @@ # For running the integration tests as a client to a k8s cluster -FROM mikefarah/yq:4.45.4 AS yq +FROM mikefarah/yq:4.47.1 AS yq # We need gcloud for running integration tests against GKE # because the kubeconfig uses gcloud as an `auth-provider`.