diff --git a/Dockerfile b/Dockerfile index 3cc579f..6409f48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16.0-alpine +FROM golang:1.16.1-alpine WORKDIR /go/src/github.com/systemli/prometheus-jitsi-meet-exporter ADD . /go/src/github.com/systemli/prometheus-jitsi-meet-exporter RUN go build -o /prometheus-jitsi-meet-exporter