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 619adf1 commit 3321826Copy full SHA for 3321826
incubating/argocd-app-status/Dockerfile
@@ -10,7 +10,7 @@ RUN pip3 install pyinstaller
10
RUN pyinstaller --onefile argocd_app_status.py
11
12
# stage 2 : Prod
13
-FROM scratch
+FROM alpine:3.20.3
14
15
# USER codefresh
16
RUN useradd -d /home/codefresh -m -s /usr/bin/bash codefresh
0 commit comments