mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-26 03:59:25 +00:00
Use Alpine stable again in Dockerfile (#1643)
* Use alpine stable again * fix build for tgs.Dockerfile
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM alpine:edge AS builder
|
||||
FROM alpine AS builder
|
||||
|
||||
COPY . /go/src/matterbridge
|
||||
RUN apk --no-cache add go git \
|
||||
|
Reference in New Issue
Block a user