Skip to content

Commit

Permalink
chore: Change base image from scratch to busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 committed Jan 8, 2024
1 parent d1d0932 commit 77025cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG VERSION
RUN CGO_ENABLED=0 go install github.com/Kethsar/ytarchive@$VERSION

### Final
FROM scratch as final
FROM busybox:1 as final

ARG UID

Expand Down

0 comments on commit 77025cf

Please sign in to comment.