diff --git a/Dockerfile b/Dockerfile index 6cd9814..d2ace23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ ARG ARCH # Build the manager binary -FROM golang:1.22 as builder +FROM golang:1.23 as builder WORKDIR /workspace # Copy the Go Modules manifests