From 55293c8c610bb2c6347cb1ff90e8df2365e35def Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 16 Dec 2025 18:29:01 +0100 Subject: [PATCH] build: bump ubuntu in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e1ce40b..eef84bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN cargo build --profile $BUILD_PROFILE --bin ev-reth --manifest-path bin/ev-re RUN ls -la /app/target/$BUILD_PROFILE/ev-reth RUN cp /app/target/$BUILD_PROFILE/ev-reth /ev-reth -FROM ubuntu:22.04 AS runtime +FROM ubuntu:24.04 AS runtime RUN apt-get update && \ apt-get install -y ca-certificates curl jq libssl-dev pkg-config strace && \