Skip to content

Commit 975cac4

Browse files
author
cx-Margarita-LevitM
committed
Fix IAC vulnerability issue
1 parent 5bce3e6 commit 975cac4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ COPY cleanup.sh /app/cleanup.sh
99
RUN chmod +x /app/entrypoint.sh \
1010
&& chmod +x /app/cleanup.sh
1111

12-
RUN chown -R -W nonroot:nonroot /app
12+
RUN chown -R nonroot:nonroot /app
13+
14+
RUN chmod -R u+w /app
1315

1416
USER nonroot
1517

0 commit comments

Comments
 (0)