Compare commits

..

2 Commits

Author SHA1 Message Date
renovate 1f4a44acb3 chore(deps): update dependency golang to v1.19
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details
2022-08-03 12:03:23 +00:00
kolaente 86540557a3
feat: switch back to apline image
continuous-integration/drone/push Build is passing Details
2022-08-03 13:50:16 +02:00
1 changed files with 4 additions and 2 deletions

View File

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