Skip to content

Commit

Permalink
Using debian-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Oct 6, 2023
1 parent 036969b commit a4f75fc
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 @@ -25,7 +25,7 @@ ADD . /go-ethereum
RUN cd /go-ethereum && make geth-musl

# Pull Geth into a second stage deploy alpine container
FROM debian:bookworm
FROM debian:bookworm-slim
ARG COMMIT_SHA

RUN apt update &&\
Expand Down

0 comments on commit a4f75fc

Please sign in to comment.