mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
233f4d99a2
* update libp2p * fix tests * fix tests * fix build * update to go v1.21 * workflow * workflow again * update ci * update golangci * disable quic
6 lines
90 B
Docker
6 lines
90 B
Docker
FROM golang:1.21-alpine
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|