From d28a955ea34677c83496deb7855fbe7b8f74b2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 02:21:58 +0000 Subject: [PATCH] Bump arm32v7/golang from 1.15.6-alpine to 1.20.0-alpine Bumps arm32v7/golang from 1.15.6-alpine to 1.20.0-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..2f38afa1 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.0-alpine AS go-builder ENV DOCKER_GEN_VERSION=0.7.4