This website requires JavaScript.
Explore
Help
Sign In
mirror
/
prysm-pulse
Watch
1
Star
0
Fork
0
You've already forked prysm-pulse
mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced
2024-12-23 03:51:29 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ea1204d3c7
prysm-pulse
/
.github
/
actions
/
gomodtidy
/
Dockerfile
6 lines
90 B
Docker
Raw
Normal View
History
Unescape
Escape
Update Libp2p To v0.32.1 and Go to v1.21.5 (#13304) * update libp2p * fix tests * fix tests * fix build * update to go v1.21 * workflow * workflow again * update ci * update golangci * disable quic
2023-12-21 16:09:54 +00:00
FROM
golang:1.21-alpine
Go mod tidy (#6264) * updates go.sum * go mod tidy checker * reverts go.sum * updates apk command * fixes path * show git status * more debug info * more debug info * minor test * get rid of git * multiple checks * test reset * change order of checkers * mod verify * broken sum * Merge refs/heads/master into go-mod-tidy * better info * Merge branch 'go-mod-tidy' of github.com:prysmaticlabs/prysm into go-mod-tidy * better info * reset * run go mod tidy to fix
2020-06-15 16:15:54 +00:00
COPY
entrypoint.sh /entrypoint.sh
ENTRYPOINT
[
"/entrypoint.sh"
]
Reference in New Issue
Copy Permalink