From 9f712b8240e96a4de9d3a60f42e56c12970025c1 Mon Sep 17 00:00:00 2001 From: Avinash Bodapati Date: Wed, 6 Mar 2024 08:15:13 +0530 Subject: [PATCH] v1.3.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 486ace6..8b87b67 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.3.8/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.10/geth_linux && chmod 744 geth_linux && mv geth_linux /usr/local/bin/geth ENTRYPOINT ["geth"]