diff --git a/cluster/Dockerfile b/cluster/Dockerfile index 6486c7b..611ae5a 100644 --- a/cluster/Dockerfile +++ b/cluster/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.16 as builder +FROM golang:1.22 as builder WORKDIR /workspace # Copy the Go Modules manifests