Skip to content

Commit ca908b8

Browse files
committed
fix repo_name - connect image to repository package
1 parent 7d5466c commit ca908b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ apt-get install libssl-dev -y
2828
chmod +x /spectre-prover-cli
2929
mkdir -p /build /params
3030
EOF
31-
LABEL LABEL org.opencontainers.image.source https://github.com/ChainSafe/Spectre
31+
LABEL LABEL org.opencontainers.image.source https://github.com/chainsafe/spectre
3232
ENTRYPOINT ["./spectre-prover-cli", "rpc", "--port", "3000"]
3333
CMD ["--spec", "testnet"]

0 commit comments

Comments
 (0)