Skip to content

Commit

Permalink
set gid in dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
  • Loading branch information
mblaschke committed Oct 5, 2021
1 parent 23c2a64 commit 367cb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ RUN ./azure-resourcemanager-exporter --help
FROM gcr.io/distroless/static
ENV LOG_JSON=1
COPY --from=build /go/src/github.com/webdevops/azure-resourcemanager-exporter/azure-resourcemanager-exporter /
USER 1000
USER 1000:1000
ENTRYPOINT ["/azure-resourcemanager-exporter"]

0 comments on commit 367cb2f

Please sign in to comment.