Skip to content

Commit

Permalink
fix: goreleaser Dockerfile (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Apr 19, 2024
1 parent 13013e4 commit f5ae60a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions buildx.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# syntax=docker/dockerfile:1.4
FROM alpine:3

COPY helm-changelog /
WORKDIR /data

CMD ["/helm-changelog"]
RUN apk add git

COPY --chown=1000:1000 helm-changelog /app/helm-changelog

USER 1000:1000

CMD ["/app/helm-changelog"]

0 comments on commit f5ae60a

Please sign in to comment.