diff --git a/dockerfiles/integration-test-runner/Dockerfile b/dockerfiles/integration-test-runner/Dockerfile index efc2a2ee8..d07bef660 100644 --- a/dockerfiles/integration-test-runner/Dockerfile +++ b/dockerfiles/integration-test-runner/Dockerfile @@ -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`.