diff --git a/Dockerfile b/Dockerfile index d7cab87..0102435 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG GOOS=linux ARG GOARCH=amd64 # Build the purge binary -FROM golang:1.15 as builder +FROM golang:1.16.0 as builder WORKDIR /workspace # Copy the Go Modules manifests