From c4cf14d1bdcfca8697e1c1a10bb0f243eb8f24af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 12 Jun 2019 20:28:58 +0000 Subject: [PATCH] Bump golang from 1.12.5-alpine to 1.12.6-alpine Bumps golang from 1.12.5-alpine to 1.12.6-alpine. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0f92b3b..02bb3269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12.5-alpine AS build +FROM golang:1.12.6-alpine AS build MAINTAINER shunsuke maeda RUN apk --update add --no-cache alpine-sdk ca-certificates \