From 9a4dee64f61467d177e8fee1e18e48bfb1d2b319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:55:46 -0700 Subject: [PATCH] chore: bump golang from 1.22-bookworm to 1.23-bookworm (#1071) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fdc6bd7615..9685f651fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=builder,manager-build,collector-build,remover-build FROM --platform=$TARGETPLATFORM $TRIVY_BINARY_IMG AS trivy-binary # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.22-bookworm AS builder +FROM --platform=$BUILDPLATFORM golang:1.23-bookworm AS builder WORKDIR /workspace # Copy the Go Modules manifests COPY go.mod go.mod