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