From 56e8e403f863785cf499f5b92c60cda3221382ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 07:50:08 +0000 Subject: [PATCH] chore(deps): bump golang from 1.15.10-alpine to 1.16.4-alpine Bumps golang from 1.15.10-alpine to 1.16.4-alpine. Signed-off-by: dependabot[bot] --- Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 97856fb..7331361 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -3,7 +3,7 @@ ARG DOCKER_GEN_VERSION=0.7.6 ARG FOREGO_VERSION=0.16.1 # Use a specific version of golang to build both binaries -FROM golang:1.15.10-alpine as gobuilder +FROM golang:1.16.4-alpine as gobuilder RUN apk add --no-cache git # Build docker-gen from scratch