We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13013e4 commit 82691baCopy full SHA for 82691ba
buildx.Dockerfile
@@ -1,6 +1,10 @@
1
# syntax=docker/dockerfile:1.4
2
FROM alpine:3
3
4
-COPY helm-changelog /
+WORKDIR /data
5
+
6
+COPY --chown=1000:1000 helm-changelog /app/helm-changelog
7
8
+USER 1000:1000
9
10
CMD ["/helm-changelog"]
0 commit comments