From 676ba891c7cd93aaa210b6ba0c6b1b5a248ec67c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 00:13:32 +0000 Subject: [PATCH] chore: bump kubectl from v1.31.2 to v1.32.0 Bumps kubectl from v1.31.2 to v1.32.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 ecd6094c990..665e9672dab 100644 --- a/crd.Dockerfile +++ b/crd.Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM registry.k8s.io/kubectl:v1.31.2 AS builder +FROM --platform=$TARGETPLATFORM registry.k8s.io/kubectl:v1.32.0 AS builder ARG TARGETPLATFORM ARG TARGETOS