Skip to content

Commit c8712d1

Browse files
committed
fix image error
1 parent 8b62b67 commit c8712d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/dockerfiles/coordinator-api.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build libzkp dependency
2-
FROM scrolltech/go-1.22.12-rust-nightly-2025-02-14 as chef
2+
FROM scrolltech/go-rust-builder:go-1.22.12-rust-nightly-2025-02-14 as chef
33
WORKDIR app
44

55
FROM chef as planner
@@ -19,7 +19,7 @@ RUN cargo build --release -p libzkp-c
1919

2020

2121
# Download Go dependencies
22-
FROM scrolltech/go-1.22.12-rust-nightly-2025-02-14 as base
22+
FROM scrolltech/go-rust-builder:go-1.22.12-rust-nightly-2025-02-14 as base
2323
WORKDIR /src
2424
COPY go.work* ./
2525
COPY ./rollup/go.* ./rollup/

0 commit comments

Comments
 (0)