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,7 +21,7 @@ RUN apt-get update -y && \
2121 add-apt-repository -y ppa:ethereum/ethereum
2222
2323# Geth
24- ARG ETH_VER=1.13.4+build29068 +jammy
24+ ARG ETH_VER=1.13.11+build29387 +jammy
2525RUN apt-get update -y && \
2626 apt-get install -y \
2727 ethereum=${ETH_VER} \
@@ -31,14 +31,14 @@ RUN apt-get update -y && \
3131 curl
3232
3333# Prysm
34- ARG PRYSM_VER=v4.1.1
34+ ARG PRYSM_VER=v4.2.0
3535RUN mkdir /opt/prysm
3636RUN curl -L https://github.com/prysmaticlabs/prysm/raw/${PRYSM_VER}/prysm.sh \
3737 --output /opt/prysm/prysm.sh
3838RUN chmod 755 /opt/prysm/prysm.sh
3939
4040# Lighthouse
41- ARG LIGHTHOUSE_VER=v4.5 .0
41+ ARG LIGHTHOUSE_VER=v4.6 .0
4242RUN mkdir /opt/lighthouse
4343RUN curl -L https://github.com/sigp/lighthouse/releases/download/${LIGHTHOUSE_VER}/lighthouse-${LIGHTHOUSE_VER}-$(uname -m)-unknown-linux-gnu.tar.gz \
4444 --output /opt/lighthouse/lighthouse-linux-gnu.tar.gz
You can’t perform that action at this time.
0 commit comments