diff --git a/Dockerfile b/Dockerfile index bb5fce4..31f2e79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 # Build the manager binary -FROM golang:1.23.2 as builder +FROM golang:1.23.3 as builder WORKDIR /workspace # Copy the Go Modules manifests