From a0e80a56e9385cea1c8e68cf7969938e6d1260df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:01:46 +0000 Subject: [PATCH] Bump golang from 1.19.0-alpine3.16 to 1.19.5-alpine3.16 in /cmd/ah Bumps golang from 1.19.0-alpine3.16 to 1.19.5-alpine3.16. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cmd/ah/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ah/Dockerfile b/cmd/ah/Dockerfile index a111394957..880da38d7c 100644 --- a/cmd/ah/Dockerfile +++ b/cmd/ah/Dockerfile @@ -1,5 +1,5 @@ # Build ah -FROM golang:1.19.0-alpine3.16 AS ah-builder +FROM golang:1.19.5-alpine3.16 AS ah-builder ARG VERSION ARG GIT_COMMIT WORKDIR /go/src/github.com/artifacthub/ah