feat: switch to buster image
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2022-08-02 22:59:10 +02:00
parent 7e95815525
commit 70d8ba53cf
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,4 @@
FROM golang:1.18-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