We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b62b67 commit c8712d1Copy full SHA for c8712d1
build/dockerfiles/coordinator-api.Dockerfile
@@ -1,5 +1,5 @@
1
# Build libzkp dependency
2
-FROM scrolltech/go-1.22.12-rust-nightly-2025-02-14 as chef
+FROM scrolltech/go-rust-builder:go-1.22.12-rust-nightly-2025-02-14 as chef
3
WORKDIR app
4
5
FROM chef as planner
@@ -19,7 +19,7 @@ RUN cargo build --release -p libzkp-c
19
20
21
# Download Go dependencies
22
-FROM scrolltech/go-1.22.12-rust-nightly-2025-02-14 as base
+FROM scrolltech/go-rust-builder:go-1.22.12-rust-nightly-2025-02-14 as base
23
WORKDIR /src
24
COPY go.work* ./
25
COPY ./rollup/go.* ./rollup/
0 commit comments