diff --git a/Dockerfile b/Dockerfile index d1e798b8..8c383b08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Build the manager binary -FROM golang:1.20.3-bullseye AS builder +FROM golang:1.22.1-bullseye AS builder WORKDIR /workspace # Copy the Go Modules manifests