From 8854e89433974fbe193fe00ca929bc28bafd913f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 02:57:36 +0000 Subject: [PATCH] Bump arm32v7/golang from 1.15.6-alpine to 1.20.1-alpine Bumps arm32v7/golang from 1.15.6-alpine to 1.20.1-alpine. --- updated-dependencies: - dependency-name: arm32v7/golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90adaf7f..dd78b9f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # All credit goes to Yves Blusseau, Nicolas Duchon, and all the contributors of the original Github repository -FROM arm32v7/golang:1.15.6-alpine AS go-builder +FROM arm32v7/golang:1.20.1-alpine AS go-builder ENV DOCKER_GEN_VERSION=0.7.4