Skip to content

Commit 3321826

Browse files
author
lrochette
committed
use alpine
Signed-off-by: lrochette <[email protected]>
1 parent 619adf1 commit 3321826

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
@@ -10,7 +10,7 @@ RUN pip3 install pyinstaller
1010
RUN pyinstaller --onefile argocd_app_status.py
1111

1212
# stage 2 : Prod
13-
FROM scratch
13+
FROM alpine:3.20.3
1414

1515
# USER codefresh
1616
RUN useradd -d /home/codefresh -m -s /usr/bin/bash codefresh

0 commit comments

Comments
 (0)