From f1989f710e471bd93bb87785c7049b523752a182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:57:35 +0000 Subject: [PATCH] Bump golang from 1.20.0-alpine to 1.20.1-alpine in /.duci Bumps golang from 1.20.0-alpine to 1.20.1-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .duci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.duci/Dockerfile b/.duci/Dockerfile index 41d8be3..73a7b7b 100644 --- a/.duci/Dockerfile +++ b/.duci/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.0-alpine +FROM golang:1.20.1-alpine MAINTAINER shunsuke maeda RUN apk --update add --no-cache alpine-sdk