summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-29 01:19:10 +0100
committerGitHub <noreply@github.com>2021-11-29 01:19:10 +0100
commitbd0516f09ad2b5a21f3bc0c19de1ff3d1dcf9662 (patch)
tree0f17e7bbd4288af7851a3937f94fcdec4de739be /Dockerfile
parentdf4d76e46653424aaac85b93466c247702a400a6 (diff)
downloadmatterbridge-msglm-bd0516f09ad2b5a21f3bc0c19de1ff3d1dcf9662.tar.gz
matterbridge-msglm-bd0516f09ad2b5a21f3bc0c19de1ff3d1dcf9662.tar.bz2
matterbridge-msglm-bd0516f09ad2b5a21f3bc0c19de1ff3d1dcf9662.zip
Use Alpine stable again in Dockerfile (#1643)
* Use alpine stable again * fix build for tgs.Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 \