From e9346ec3b33b22bd27b93e0b328296f2b8111a14 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2019 16:27:38 +0000 Subject: [PATCH] Bump golang from 1.12-alpine to 1.13.5-alpine Bumps golang from 1.12-alpine to 1.13.5-alpine. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4ba0508..a341e5c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12-alpine AS builder +FROM golang:1.13.5-alpine AS builder RUN apk add --no-cache make git WORKDIR /go/src/github.com/mackerelio/mkr/ COPY . .