Skip to content

Commit 9955222

Browse files
committed
debug
1 parent 7231786 commit 9955222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/proof-aggregator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WORKDIR /aligned_layer
1616

1717
RUN IN_DOCKER=true cargo build --manifest-path ./aggregation_mode/Cargo.toml --features prove --release --bin proof_aggregator_cpu
1818

19-
FROM docker:24.0.7-dind AS final
19+
FROM debian:bookworm-slim AS final
2020

2121
COPY --from=base /aligned_layer/aggregation_mode/target/release/proof_aggregator_cpu /aligned_layer/proof_aggregator_cpu
2222
COPY config-files/config-proof-aggregator-docker.yaml /aligned_layer/config-files/

0 commit comments

Comments
 (0)