File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN apt-get update -y && \
21
21
add-apt-repository -y ppa:ethereum/ethereum
22
22
23
23
# Geth
24
- ARG ETH_VER=1.13.4+build29068 +jammy
24
+ ARG ETH_VER=1.13.11+build29387 +jammy
25
25
RUN apt-get update -y && \
26
26
apt-get install -y \
27
27
ethereum=${ETH_VER} \
@@ -31,14 +31,14 @@ RUN apt-get update -y && \
31
31
curl
32
32
33
33
# Prysm
34
- ARG PRYSM_VER=v4.1.1
34
+ ARG PRYSM_VER=v4.2.0
35
35
RUN mkdir /opt/prysm
36
36
RUN curl -L https://github.com/prysmaticlabs/prysm/raw/${PRYSM_VER}/prysm.sh \
37
37
--output /opt/prysm/prysm.sh
38
38
RUN chmod 755 /opt/prysm/prysm.sh
39
39
40
40
# Lighthouse
41
- ARG LIGHTHOUSE_VER=v4.5 .0
41
+ ARG LIGHTHOUSE_VER=v4.6 .0
42
42
RUN mkdir /opt/lighthouse
43
43
RUN curl -L https://github.com/sigp/lighthouse/releases/download/${LIGHTHOUSE_VER}/lighthouse-${LIGHTHOUSE_VER}-$(uname -m)-unknown-linux-gnu.tar.gz \
44
44
--output /opt/lighthouse/lighthouse-linux-gnu.tar.gz
You can’t perform that action at this time.
0 commit comments