From deadb4715817902df8785faf5eec0e734c69105e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Aug 2021 03:09:14 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.17.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bacf733..bc4f24d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG VCS_REF ARG VERSION # build -FROM golang:1.16.7-alpine as builder +FROM golang:1.17.0-alpine as builder RUN apk add --no-cache git gcc musl-dev make ENV GO111MODULE=on WORKDIR /go/src/moul.io/captcha