From 564df612a2b593a604a8aa3c5c2b635d2e9345c5 Mon Sep 17 00:00:00 2001 From: Jeremias Moraes Date: Mon, 4 Dec 2023 16:00:32 -0300 Subject: [PATCH] feature/OPS-2923 - Releases BSC v1.3.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8859df9..b35a9da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable-slim RUN apt-get update -y && apt-get install wget curl procps net-tools htop -y -RUN wget --no-check-certificate https://github.com/bnb-chain/bsc/releases/download/v1.2.15/geth_linux && chmod 744 geth_linux && mv geth_linux /usr/local/bin/geth +RUN wget --no-check-certificate https://github.com/bnb-chain/bsc/releases/download/v1.3.4/geth_linux && chmod 744 geth_linux && mv geth_linux /usr/local/bin/geth ENTRYPOINT ["geth"]