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 a7cea30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion buildx.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# syntax=docker/dockerfile:1.4
FROM alpine:3

COPY helm-changelog /
WORKDIR /data

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

USER 1000:1000

CMD ["/helm-changelog"]

0 comments on commit a7cea30

Please sign in to comment.