Compare commits

..

3 Commits

Author SHA1 Message Date
4f39485afd chore(deps): update dependency golang to v1.19
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2022-08-02 21:03:13 +00:00
97319960d1
fix: pin to 1.18 buster until 1.19 buster is available
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-02 22:59:52 +02:00
70d8ba53cf
feat: switch to buster image
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-02 22:59:10 +02:00

View File

@ -1,6 +1,4 @@
FROM golang:1.19-alpine
ENV GO111MODULE=on
RUN apk --no-cache add build-base git && \
go install github.com/magefile/mage@latest && \
FROM golang:1.19-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