Skip to content

Commit

Permalink
Change flag
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard committed Oct 20, 2023
1 parent af3643c commit 258eb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker.io/library/python:3.11-slim-bullseye

RUN addgroup -S nonroot \
&& adduser -S nonroot -G nonroot
RUN addgroup --system nonroot \
&& adduser --system nonroot -G nonroot
USER nonroot

RUN apt-get update && \
Expand Down

0 comments on commit 258eb70

Please sign in to comment.