From c058e12b6e76abaa8c581bf4c7bc07e66a2b09af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2019 00:34:26 +0000 Subject: [PATCH] Bump golang from 1.13.1-alpine to 1.13.3-alpine in /.duci Bumps golang from 1.13.1-alpine to 1.13.3-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 3b494e7d..befde664 100644 --- a/.duci/Dockerfile +++ b/.duci/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13.1-alpine +FROM golang:1.13.3-alpine MAINTAINER shunsuke maeda RUN apk --update add --no-cache alpine-sdk