Skip to content

Commit 8eda454

Browse files
author
lrochette
committed
adduser syntax
Signed-off-by: lrochette <[email protected]>
1 parent 3321826 commit 8eda454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

incubating/argocd-app-status/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN pyinstaller --onefile argocd_app_status.py
1313
FROM alpine:3.20.3
1414

1515
# USER codefresh
16-
RUN useradd -d /home/codefresh -m -s /usr/bin/bash codefresh
16+
RUN adduser -h /home/codefresh -D -s /usr/bin/bash codefresh
1717
USER codefresh
1818

1919
WORKDIR /app

0 commit comments

Comments
 (0)