From 2139e1db56773242e00306eb77277bc2e89d8eb6 Mon Sep 17 00:00:00 2001 From: Hendarin Ono Date: Thu, 8 Jun 2023 21:18:05 +0700 Subject: [PATCH] feature/bump-bsc-1.25 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a17e651..214847b 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/binance-chain/bsc/releases/download/v1.2.4/geth_linux && chmod 744 geth_linux && mv geth_linux /usr/local/bin/geth +RUN wget --no-check-certificate https://github.com/binance-chain/bsc/releases/download/v1.2.5/geth_linux && chmod 744 geth_linux && mv geth_linux /usr/local/bin/geth ENTRYPOINT ["geth"]