From a2380991c059cf45c83ba056899cf7a75d7db470 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 20:16:30 +0000 Subject: [PATCH] Bump golang from 1.13.1-alpine to 1.13.3-alpine Bumps golang from 1.13.1-alpine to 1.13.3-alpine. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8cd0de8e..6138841a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13.1-alpine AS build +FROM golang:1.13.3-alpine AS build MAINTAINER shunsuke maeda RUN apk --update add --no-cache alpine-sdk ca-certificates \