Skip to content

Commit

Permalink
fix(privileges): run as non-root user by default
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Mar 14, 2024
1 parent 08dcc4c commit 3baef0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ LABEL seaweedfs.version=$ref golang.version=$goversion
COPY --from=builder /usr/bin/envsubst /root/go/bin/weed /usr/bin/
COPY ./cryostat-entrypoint.bash /usr/bin/
COPY seaweed_conf.template.json /etc/seaweed_conf.template.json
USER 185
ENTRYPOINT ["/usr/bin/cryostat-entrypoint.bash"]

0 comments on commit 3baef0f

Please sign in to comment.