From 9cc720d59aaf767348393ef74c98c44c9a75cffa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Jan 2022 23:39:16 +0000 Subject: [PATCH] build(deps): update golang docker tag to v1.17.6 Signed-off-by: Renovate Bot --- Dockerfile | 2 +- initcontainer.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e0d52d67..5f3de493 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.6-alpine as builder RUN apk add --no-cache gcc libc-dev git ARG version=develop diff --git a/initcontainer.Dockerfile b/initcontainer.Dockerfile index 68927976..4743f729 100644 --- a/initcontainer.Dockerfile +++ b/initcontainer.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.6-alpine as builder RUN apk add --no-cache gcc libc-dev git