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