Skip to content

Commit

Permalink
chore(docker): switch base image to busybox
Browse files Browse the repository at this point in the history
Switched base image from debian:bookworm-slim to busybox to reduce
image size and improve build speed.
  • Loading branch information
steebchen committed Nov 1, 2024
1 parent 66b76e6 commit 28aa21f
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 @@ -14,7 +14,7 @@ RUN git clone https://github.com/Comcast/Infinite-File-Curtailer.git curtailer \
&& make install \
&& curtail --version

FROM debian:bookworm-slim as base
FROM busybox as base

COPY --from=builder /usr/bin/tini /tini
ENTRYPOINT ["/tini", "--"]
Expand Down

0 comments on commit 28aa21f

Please sign in to comment.