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 9955222 commit 4aa0ec3Copy full SHA for 4aa0ec3
docker/proof-aggregator.Dockerfile
@@ -16,7 +16,7 @@ WORKDIR /aligned_layer
16
17
RUN IN_DOCKER=true cargo build --manifest-path ./aggregation_mode/Cargo.toml --features prove --release --bin proof_aggregator_cpu
18
19
-FROM debian:bookworm-slim AS final
+FROM docker:24.0.7-dind AS final
20
21
COPY --from=base /aligned_layer/aggregation_mode/target/release/proof_aggregator_cpu /aligned_layer/proof_aggregator_cpu
22
COPY config-files/config-proof-aggregator-docker.yaml /aligned_layer/config-files/
0 commit comments