From cad7ef732918a21c8df00c95856c9c164d275e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 02:03:12 +0000 Subject: [PATCH] Bump arm32v7/golang from 1.15.6-alpine to 1.19.5-alpine Bumps arm32v7/golang from 1.15.6-alpine to 1.19.5-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..8868aea0 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.19.5-alpine AS go-builder ENV DOCKER_GEN_VERSION=0.7.4