Skip to content

Commit 4408f08

Browse files
authored
docker: Reduce challenger image size (#75)
1 parent e7a44e8 commit 4408f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fault-proof/Dockerfile.challenger.celo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ COPY . .
2929
RUN cargo build --release --bin challenger --features eigenda
3030

3131
# Runtime stage
32-
FROM rust:1.89.0-trixie
32+
FROM rust:1.89.0-trixie
3333

3434
WORKDIR /app
3535
COPY resources/ ./resources/
3636

3737
# Copy the built challenger binary
38-
COPY --from=builder /app/target/release/ /usr/local/bin/
38+
COPY --from=builder /app/target/release/challenger /usr/local/bin/
3939

4040
# Set the command
4141
CMD ["challenger"]

0 commit comments

Comments
 (0)