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