diff --git a/Dockerfile b/Dockerfile index f5a7728f..0eb89864 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.17.8 as builder +FROM --platform=$BUILDPLATFORM golang:1.18.2 as builder WORKDIR /workspace