Skip to content

Commit 4a48b56

Browse files
authored
Update Rust version in Dockerfile to 1.91
Signed-off-by: Barnabas Busa <busa.barnabas@gmail.com>
1 parent e6beac3 commit 4a48b56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reth-rbuilder/Dockerfile.rbuilder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ARG FEATURES
1010
ARG RBUILDER_BIN="rbuilder"
1111

12-
FROM rust:1.89-bookworm AS base
12+
FROM rust:1.91-bookworm AS base
1313
ARG TARGETPLATFORM
1414

1515
RUN apt-get update \

0 commit comments

Comments
 (0)