From b409e637883d1dc6fc0f0f6f198fdbb513853713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:59:45 +0000 Subject: [PATCH] chore: bump kubectl from v1.30.3 to v1.31.0 Bumps kubectl from v1.30.3 to v1.31.0. --- updated-dependencies: - dependency-name: kubectl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crd.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crd.Dockerfile b/crd.Dockerfile index 49e4a17054a..c3c8c3f3d21 100644 --- a/crd.Dockerfile +++ b/crd.Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM registry.k8s.io/kubectl:v1.30.3 AS builder +FROM --platform=$TARGETPLATFORM registry.k8s.io/kubectl:v1.31.0 AS builder ARG TARGETPLATFORM ARG TARGETOS