From 8fd552fcd1573a7cca612b88f675844d05c174b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 06:29:14 +0000 Subject: [PATCH] Bump golang from 1.15.5-alpine to 1.15.6-alpine Bumps golang from 1.15.5-alpine to 1.15.6-alpine. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ae5d19..397471d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.15.5-alpine as builder +FROM golang:1.15.6-alpine as builder RUN apk --no-cache add ca-certificates gcc libc-dev nodejs npm git make