Skip to content

Commit

Permalink
Merge pull request #719 from lkwg82/lkwg82-nonroot-container
Browse files Browse the repository at this point in the history
runs container as non-root
  • Loading branch information
gdubicki committed Apr 6, 2024
2 parents 7691014 + 1860be4 commit 060f40a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/Dockerfile
Expand Up @@ -14,3 +14,5 @@ RUN cd gitlabform \
&& apk --purge del build-base

WORKDIR /config

USER 1000 # do not run as root

0 comments on commit 060f40a

Please sign in to comment.