Skip to content

Commit 82691ba

Browse files
committed
fix: goreleaser Dockerfile (#9)
1 parent 13013e4 commit 82691ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

buildx.Dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# syntax=docker/dockerfile:1.4
22
FROM alpine:3
33

4-
COPY helm-changelog /
4+
WORKDIR /data
5+
6+
COPY --chown=1000:1000 helm-changelog /app/helm-changelog
7+
8+
USER 1000:1000
59

610
CMD ["/helm-changelog"]

0 commit comments

Comments
 (0)