Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elchnanarbiv committed Sep 25, 2024
1 parent 6417c08 commit e61dca7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM checkmarx/bash-fips:5.2.32-r0@sha256:afc70868d063b0330fc7c52bcb7c874db2e466611745b362b79b4fec3478fa4e

USER 65532

USER root
COPY cx /app/bin/cx

RUN chown 65532:65532 /app

USER 65532

ENTRYPOINT ["/app/bin/cx"]

0 comments on commit e61dca7

Please sign in to comment.