Skip to content

Commit 41be967

Browse files
committed
Upgraded prog versions in geth node
1 parent ad23220 commit 41be967

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GethNode/Dockerfile

+3-3
Original file line numberDiff line numberDiff 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
2525
RUN 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
3535
RUN mkdir /opt/prysm
3636
RUN curl -L https://github.com/prysmaticlabs/prysm/raw/${PRYSM_VER}/prysm.sh \
3737
--output /opt/prysm/prysm.sh
3838
RUN chmod 755 /opt/prysm/prysm.sh
3939

4040
# Lighthouse
41-
ARG LIGHTHOUSE_VER=v4.5.0
41+
ARG LIGHTHOUSE_VER=v4.6.0
4242
RUN mkdir /opt/lighthouse
4343
RUN 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

0 commit comments

Comments
 (0)