From a829b83ddfccf24cff7e697357e0af7cbaeb91ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:44:57 +0000 Subject: [PATCH] Bump golang from 1.23.1-alpine3.20 to 1.23.2-alpine3.20 in /cmd/ah Bumps golang from 1.23.1-alpine3.20 to 1.23.2-alpine3.20. --- 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 3e6da322e..86c1aad45 100644 --- a/cmd/ah/Dockerfile +++ b/cmd/ah/Dockerfile @@ -1,5 +1,5 @@ # Build ah -FROM golang:1.23.1-alpine3.20 AS ah-builder +FROM golang:1.23.2-alpine3.20 AS ah-builder ARG VERSION ARG GIT_COMMIT WORKDIR /go/src/github.com/artifacthub/ah