Skip to content

Commit

Permalink
Use alpine for base image for wait for sync image too (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopa369 authored Dec 13, 2024
1 parent 5d26ef4 commit a209fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build/wait-for-celestia-light-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN rust_binary="./target/release/wait-for-celestia-light-node"; dest_dir="/tmp/
grep '^/' | xargs -I {} dirname {} | sort | uniq | xargs -I {} \
bash -c 'mkdir -p "$0/$1" && rsync -a --copy-links "$1/" "$0/$1/"' "$dest_dir" {}

FROM scratch
FROM alpine:latest

# Copy the build artifact from the builder stage
COPY --from=builder /tmp/build/target/release/wait-for-celestia-light-node /app/wait-for-celestia-light-node
Expand Down

0 comments on commit a209fa3

Please sign in to comment.