Skip to content

Commit ab9baad

Browse files
committed
Set uid below 65536
The default subuid limit on fedora is 65536.
1 parent 1d38af6 commit ab9baad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ COPY modsecurity.d/setup.conf /etc/modsecurity.d/setup.conf
7070
COPY ./custom-rules/before-crs.dist /opt/modsecurity/rules/before-crs.dist
7171
COPY ./custom-rules/after-crs.dist /opt/modsecurity/rules/after-crs.dist
7272

73-
USER 956947:0
73+
USER 56947:0

0 commit comments

Comments
 (0)