From 9b6361255984d830d0f50b00af3319b500a8f802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 01:34:49 +0000 Subject: [PATCH] Bump mikefarah/yq in /dockerfiles/integration-test-runner Bumps mikefarah/yq from 4.45.4 to 4.47.1. --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.47.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dockerfiles/integration-test-runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/integration-test-runner/Dockerfile b/dockerfiles/integration-test-runner/Dockerfile index 63a0cee40..d968f19cf 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.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`.