From 575e43a4aef5e49f49f171d070289d303093a7b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 20:18:29 +0000 Subject: [PATCH] Bump golang from 1.13.6-alpine to 1.13.8-alpine in /.duci Bumps golang from 1.13.6-alpine to 1.13.8-alpine. Signed-off-by: dependabot-preview[bot] --- .duci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.duci/Dockerfile b/.duci/Dockerfile index 2a00d770..690cf55c 100644 --- a/.duci/Dockerfile +++ b/.duci/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13.6-alpine +FROM golang:1.13.8-alpine MAINTAINER shunsuke maeda RUN apk --update add --no-cache alpine-sdk