From ba299e9276b2bdc4ab78cba325461f26e5ddccbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 04:06:17 +0000 Subject: [PATCH] chore(deps): bump golang from 1.17.7-alpine to 1.18rc1-alpine Bumps golang from 1.17.7-alpine to 1.18rc1-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98e9ccad..4da46ff5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG VCS_REF ARG VERSION # build -FROM golang:1.17.7-alpine as builder +FROM golang:1.18rc1-alpine as builder RUN apk add --no-cache git gcc musl-dev make ENV GO111MODULE=on WORKDIR /go/src/moul.io/bot