Skip to content

Commit 6578c69

Browse files
committed
Update chown command on Dockerfile
Busybox's version 1.37 `chown` deprecated using USER.GROUP and is now enforcing the USER:GROUP format. Signed-off-by: David Negreira <David@otherreality.net>
1 parent c99cb45 commit 6578c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profile/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ FROM cgr.dev/chainguard/wolfi-base
5656
ARG version=3.11
5757
WORKDIR /app
5858
59-
RUN apk add python-${version} && chown -R nonroot.nonroot /app/
59+
RUN apk add python-${version} && chown -R nonroot:nonroot /app/
6060
6161
USER nonroot
6262

0 commit comments

Comments
 (0)