Skip to content

Commit 77f8325

Browse files
committed
bump version
1 parent 650a5dd commit 77f8325

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG BUILDNUM=""
55
ARG 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
99
WORKDIR app
1010

1111
FROM chef as planner
@@ -22,7 +22,7 @@ RUN cargo clean
2222
RUN 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

2727
ADD . /go-ethereum
2828

Dockerfile.mockccc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG BUILDNUM=""
55
ARG 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

1010
WORKDIR /go-ethereum
1111
COPY go.mod go.sum ./

0 commit comments

Comments
 (0)