File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BUILDNUM=""
55ARG SCROLL_LIB_PATH=/scroll/lib
66
77# Build libzkp dependency
8- FROM scrolltech/go-rust-builder:go-1.22-rust-nightly-2023-12-03 as chef
8+ FROM scrolltech/go-rust-builder:go-1.22.12 -rust-nightly-2023-12-03 as chef
99WORKDIR app
1010
1111FROM chef as planner
@@ -22,7 +22,7 @@ RUN cargo clean
2222RUN cargo build --release
2323
2424# Build Geth in a stock Go builder container
25- FROM scrolltech/go-rust-builder:go-1.22-rust-nightly-2023-12-03 as builder
25+ FROM scrolltech/go-rust-builder:go-1.22.12 -rust-nightly-2023-12-03 as builder
2626
2727ADD . /go-ethereum
2828
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BUILDNUM=""
55ARG SCROLL_LIB_PATH=/scroll/lib
66
77# Build Geth in a stock Go builder container
8- FROM scrolltech/go-rust-builder:go-1.22-rust-nightly-2023-12-03 as builder
8+ FROM scrolltech/go-rust-builder:go-1.22.12 -rust-nightly-2023-12-03 as builder
99
1010WORKDIR /go-ethereum
1111COPY go.mod go.sum ./
You can’t perform that action at this time.
0 commit comments