From 49f69a7d4e5bb8b74bbb3545fef89efb884279e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:33:26 -0700 Subject: [PATCH] chore: bump kubectl from 1.28.1 to v1.28.2 (#3068) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crd.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crd.Dockerfile b/crd.Dockerfile index db9c7c360e4..c16bf18e4e3 100644 --- a/crd.Dockerfile +++ b/crd.Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM registry.k8s.io/kubectl:v1.28.1 as builder +FROM --platform=$TARGETPLATFORM registry.k8s.io/kubectl:v1.28.2 as builder ARG TARGETPLATFORM ARG TARGETOS