From 3ea033b7c5c9c2231895dcb99552cfb505254389 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 21:35:11 +0000 Subject: [PATCH] Bump golang from 1.13.8-alpine to 1.14.0-alpine in /.duci Bumps golang from 1.13.8-alpine to 1.14.0-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 690cf55c..36abda8a 100644 --- a/.duci/Dockerfile +++ b/.duci/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13.8-alpine +FROM golang:1.14.0-alpine MAINTAINER shunsuke maeda RUN apk --update add --no-cache alpine-sdk