diff --git a/interoperator/Dockerfile b/interoperator/Dockerfile index ba5594125..20feb42a5 100644 --- a/interoperator/Dockerfile +++ b/interoperator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.17 as builder +FROM golang:1.20 as builder WORKDIR /workspace # Copy the Go Modules manifests