diff --git a/Dockerfile b/Dockerfile index de89146..af87d94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16-alpine +FROM golang:1.17-alpine ENV GO111MODULE=on RUN apk --no-cache add build-base git && \ go install github.com/magefile/mage@latest && \