From bd0516f09ad2b5a21f3bc0c19de1ff3d1dcf9662 Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 29 Nov 2021 01:19:10 +0100 Subject: Use Alpine stable again in Dockerfile (#1643) * Use alpine stable again * fix build for tgs.Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 6a2b8659..0874b30f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:edge AS builder +FROM alpine AS builder COPY . /go/src/matterbridge RUN apk --no-cache add go git \ -- cgit v1.2.3