From 2ff364602296eef2f3a4578b849a8e46060e384d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 02:18:36 +0000 Subject: [PATCH] Bump arm32v7/golang from 1.15.6-alpine to 1.19.2-alpine Bumps arm32v7/golang from 1.15.6-alpine to 1.19.2-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..f0acd4e0 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.2-alpine AS go-builder ENV DOCKER_GEN_VERSION=0.7.4