diff --git a/Dockerfile b/Dockerfile index f391bee..3d2dfaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-buster +FROM golang:1.18-buster RUN go install github.com/magefile/mage@latest && \ mv /go/bin/mage /usr/local/go/bin # Since we're mounting the source we want to compile into /go, we will overlay the mage binary