Skip to content

Commit 33dff02

Browse files
committed
fix: batcher docker path
1 parent ec9c38a commit 33dff02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/batcher.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM ghcr.io/yetanotherco/aligned_layer/aligned_base:latest AS base
22

33
COPY go.mod .
44
COPY go.sum .
5-
COPY crates/batcher/gnark/verifier.go /aligned_layer/crates/batcher/gnark/verifier.go
5+
COPY crates/batcher/verifiers_ffi/verifier.go /aligned_layer/crates/batcher/verifiers_ffi/verifier.go
66

77
RUN apt update -y && apt install -y gcc
8-
RUN go build -buildmode=c-archive -o libverifier.a /aligned_layer/crates/batcher/gnark/verifier.go
8+
RUN go build -buildmode=c-archive -o libverifier.a /aligned_layer/crates/batcher/verifiers_ffi/verifier.go
99

1010
FROM lukemathwalker/cargo-chef:latest-rust-1 AS chef
1111

0 commit comments

Comments
 (0)