Skip to content

Commit 80807db

Browse files
authored
Feat/upgrade intermedidate (#1687)
1 parent a776ca7 commit 80807db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/intermediate-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
- nightly-2023-12-03
2626
- nightly-2022-12-10
2727
- 1.86.0
28+
- nightly-2025-02-14
2829
default: "nightly-2023-12-03"
2930
PYTHON_VERSION:
3031
description: "Python version"

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/cuda-go-rust-builder:cuda-11.7.1-go-1.21-rust-nightly-2023-12-03 as chef
2+
FROM scrolltech/cuda-go-rust-builder:cuda-11.7.1-go-1.22.12-rust-nightly-2025-02-14 as chef
33
WORKDIR app
44

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

2626

2727
# Download Go dependencies
28-
FROM scrolltech/cuda-go-rust-builder:cuda-11.7.1-go-1.21-rust-nightly-2023-12-03 as base
28+
FROM scrolltech/cuda-go-rust-builder:cuda-11.7.1-go-1.22.12-rust-nightly-2025-02-14 as base
2929
WORKDIR /src
3030
COPY go.work* ./
3131
COPY ./rollup/go.* ./rollup/

0 commit comments

Comments
 (0)