summaryrefslogtreecommitdiffstats
path: root/tgs.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'tgs.Dockerfile')
-rw-r--r--tgs.Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tgs.Dockerfile b/tgs.Dockerfile
index 0333f69b..06bbb341 100644
--- a/tgs.Dockerfile
+++ b/tgs.Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:edge AS builder
+FROM alpine AS builder
COPY . /go/src/github.com/42wim/matterbridge
RUN apk add \
@@ -11,7 +11,7 @@ RUN apk add \
&& go get \
&& go build -x -ldflags "-X main.githash=$(git log --pretty=format:'%h' -n 1)" -o /bin/matterbridge
-FROM alpine:edge
+FROM alpine
RUN apk --no-cache add \
ca-certificates \
cairo \