Use alpine stable again

builds just fine
This commit is contained in:
Sandro Jäckel
2021-11-25 19:42:16 +01:00
parent 73ec02ab9d
commit 1a66f2af0b

View File

@@ -1,4 +1,4 @@
FROM alpine:edge AS builder
FROM alpine AS builder
COPY . /go/src/matterbridge
RUN apk --no-cache add go git \