We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b4b3f commit 1d83334Copy full SHA for 1d83334
Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:stable-slim
2
3
RUN apt-get update -y && apt-get install wget curl procps net-tools htop -y
4
-RUN wget --no-check-certificate https://github.com/bnb-chain/bsc/releases/download/v1.5.19/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.6.1-beta/geth_linux && chmod 744 geth_linux && mv geth_linux /usr/local/bin/geth
5
6
ENTRYPOINT ["geth"]
0 commit comments