Skip to content

Commit 02418dd

Browse files
authored
Merge pull request #93 from chainstack/feature/v1.6.1-beta
feat: 1.6.1-beta with archive mode support
2 parents 09b4b3f + 1d83334 commit 02418dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:stable-slim
22

33
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
4+
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
55

66
ENTRYPOINT ["geth"]

0 commit comments

Comments
 (0)