From 8326ebf04fc9feeb5fc034df95e3c7bafe7cc5ed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 21:41:17 +0000 Subject: [PATCH] Bump golang from 1.12.7-alpine to 1.12.9-alpine Bumps golang from 1.12.7-alpine to 1.12.9-alpine. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9a78695..c7371efb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12.7-alpine AS build +FROM golang:1.12.9-alpine AS build MAINTAINER shunsuke maeda RUN apk --update add --no-cache alpine-sdk ca-certificates \