fix(op-reth): use latest for runtime image (#19331)

This commit is contained in:
emiliano-conduitxyz
2025-10-29 14:35:42 +01:00
committed by GitHub
parent 6659080dc0
commit 5a4287aa6d

View File

@@ -31,7 +31,7 @@ RUN cargo build --profile $BUILD_PROFILE --features "$FEATURES" --bin op-reth --
RUN ls -la /app/target/$BUILD_PROFILE/op-reth
RUN cp /app/target/$BUILD_PROFILE/op-reth /app/op-reth
FROM ubuntu:22.04 AS runtime
FROM ubuntu AS runtime
RUN apt-get update && \
apt-get install -y ca-certificates libssl-dev pkg-config strace && \