From 18e2be08b02ef33921a06b9570fe6a9cf84b0006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 13:10:36 +0000 Subject: [PATCH] Bump golang from 1.15.10 to 1.16.3 Bumps golang from 1.15.10 to 1.16.3. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.alpine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 83253c5..fd3fa99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 as gobuilder +FROM golang:1.16.3 as gobuilder # Build docker-gen from scratch FROM gobuilder as dockergen diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 5de844c..039e4bc 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.3-alpine as gobuilder RUN apk add --no-cache git # Build docker-gen from scratch