From cc6e80f3f5b04c92d8ee16ed3ed60bee004ab5f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 06:17:24 +0000 Subject: [PATCH] Bump golang from 1.15.6-alpine to 1.15.8-alpine Bumps golang from 1.15.6-alpine to 1.15.8-alpine. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44bb73b..b5815dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.15.6-alpine +FROM golang:1.15.8-alpine ENV GO111MODULE=on WORKDIR /go/src/github.com/systemli/prometheus-jitsi-meet-exporter ADD . /go/src/github.com/systemli/prometheus-jitsi-meet-exporter