Skip to content

Commit 9a45140

Browse files
authored
fix: Use rust:1.89-bookworm image for reth-rbuilder (#306)
1 parent 7a317a4 commit 9a45140

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 AS base
12+
FROM rust:1.89-bookworm AS base
1313
ARG TARGETPLATFORM
1414

1515
RUN apt-get update \

0 commit comments

Comments
 (0)