From 89b0169299b6bf0a8771f5c1bcd4c38ed759ddd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 18:41:27 +0200 Subject: [PATCH] Bump golang from 1.16.3-alpine to 1.16.4-alpine (#42) Bumps golang from 1.16.3-alpine to 1.16.4-alpine. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6307b31..235bca4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16.3-alpine as builder +FROM golang:1.16.4-alpine as builder WORKDIR /go/src/github.com/systemli/prometheus-jitsi-meet-exporter