File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ RUN apt-get update -y && \
2121 curl
2222
2323# Geth
24+ # found at https://geth.ethereum.org/downloads
2425ARG ETH_VER=1.13.14-2bd6bd01
2526RUN mkdir /opt/geth
2627RUN curl -fsSL https://gethstore.blob.core.windows.net/builds/geth-alltools-linux-amd64-${ETH_VER}.tar.gz \
@@ -33,7 +34,7 @@ ENV PATH="/opt/geth:${PATH}"
3334EXPOSE 8545
3435
3536# Prysm
36- ARG PRYSM_VER=v5.0.0
37+ ARG PRYSM_VER=v5.0.2
3738RUN mkdir /opt/prysm
3839RUN curl -L https://github.com/prysmaticlabs/prysm/raw/${PRYSM_VER}/prysm.sh \
3940 --output /opt/prysm/prysm.sh
@@ -42,7 +43,7 @@ RUN echo $(md5sum /opt/prysm/prysm.sh)
4243RUN chmod 755 /opt/prysm/prysm.sh
4344
4445# Lighthouse
45- ARG LIGHTHOUSE_VER=v5.0.0
46+ ARG LIGHTHOUSE_VER=v5.1.3
4647RUN mkdir /opt/lighthouse
4748RUN curl -L https://github.com/sigp/lighthouse/releases/download/${LIGHTHOUSE_VER}/lighthouse-${LIGHTHOUSE_VER}-$(uname -m)-unknown-linux-gnu.tar.gz \
4849 --output /opt/lighthouse/lighthouse-linux-gnu.tar.gz
You can’t perform that action at this time.
0 commit comments