We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3321826 commit 8eda454Copy full SHA for 8eda454
incubating/argocd-app-status/Dockerfile
@@ -13,7 +13,7 @@ RUN pyinstaller --onefile argocd_app_status.py
13
FROM alpine:3.20.3
14
15
# USER codefresh
16
-RUN useradd -d /home/codefresh -m -s /usr/bin/bash codefresh
+RUN adduser -h /home/codefresh -D -s /usr/bin/bash codefresh
17
USER codefresh
18
19
WORKDIR /app
0 commit comments