From bc7ff3317f42a729ca98aa07c0ff04e11f867d1e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Nov 2021 10:14:33 +0000 Subject: [PATCH] build(deps): update golang docker tag to v1.17.3 Signed-off-by: Renovate Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f2dfd25..10bcf45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use the offical Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. # https://hub.docker.com/_/golang -FROM golang:1.16.2-alpine as builder +FROM golang:1.17.3-alpine as builder RUN apk add --no-cache gcc libc-dev git