From d6381256df0745cc3b3f17f6ecf75c137ffa11fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 01:13:40 +0000 Subject: [PATCH] Bump mikefarah/yq in /dockerfiles/integration-test-runner Bumps mikefarah/yq from 4.48.1 to 4.48.2. --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.48.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 540d9a1b6..34f49980d 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.48.1 AS yq +FROM mikefarah/yq:4.48.2 AS yq # We need gcloud for running integration tests against GKE # because the kubeconfig uses gcloud as an `auth-provider`.