Skip to content

Commit f861aa6

Browse files
committed
Label container image registry
1 parent ca908b8 commit f861aa6

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 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)