Skip to content

Commit 0dca179

Browse files
committed
Update Dockerfile to switch from root to nonroot user
1 parent 136e2e2 commit 0dca179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM checkmarx/bash:5.2.37-r30-0714eec7a3fa2e@sha256:0714eec7a3fa2eadb3a6bdf2049bc158cc0311182a2475e8a467dbb2834df23f
2-
USER root
2+
USER nonroot
33

44
COPY cx /app/bin/cx
55

0 commit comments

Comments
 (0)