Commit 5608cc5 1 parent 818eed0 commit 5608cc5 Copy full SHA for 5608cc5
File tree 3 files changed +4
-4
lines changed
rollup/circuitcapacitychecker/libzkp
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG VERSION=""
4
4
ARG BUILDNUM=""
5
5
6
6
# Build libzkp dependency
7
- FROM scrolltech/go-rust-builder:go-1.20-rust-nightly-2022 -12-10 as chef
7
+ FROM scrolltech/go-rust-builder:go-1.20-rust-nightly-2023 -12-03 as chef
8
8
WORKDIR app
9
9
10
10
FROM chef as planner
@@ -22,7 +22,7 @@ RUN cargo build --release
22
22
RUN find ./ | grep libzktrie.so | xargs -I{} cp {} /app/target/release/
23
23
24
24
# Build Geth in a stock Go builder container
25
- FROM scrolltech/go-rust-builder:go-1.20-rust-nightly-2022 -12-10 as builder
25
+ FROM scrolltech/go-rust-builder:go-1.20-rust-nightly-2023 -12-03 as builder
26
26
27
27
ADD . /go-ethereum
28
28
COPY --from=zkp-builder /app/target/release/libzkp.so /usr/local/lib/
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG VERSION=""
4
4
ARG BUILDNUM=""
5
5
6
6
# Build Geth in a stock Go builder container
7
- FROM scrolltech/go-rust-builder:go-1.20-rust-nightly-2022 -12-10 as builder
7
+ FROM scrolltech/go-rust-builder:go-1.20-rust-nightly-2023 -12-03 as builder
8
8
9
9
ADD . /go-ethereum
10
10
RUN cd /go-ethereum && env GO111MODULE=on go run build/ci.go install ./cmd/geth
Original file line number Diff line number Diff line change 1
- nightly-2022 -12-10
1
+ nightly-2023 -12-03
You can’t perform that action at this time.
0 commit comments