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