Skip to content

Commit

Permalink
Merge pull request #3 from chainstack/feature/update-107
Browse files Browse the repository at this point in the history
Update bsc docker to 1.0.7
  • Loading branch information
kutysam authored Apr 14, 2021
2 parents 7bc5655 + dfb650f commit 245d620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:stable-slim

RUN apt-get update -y && apt-get install wget curl -y
RUN wget --no-check-certificate https://github.com/binance-chain/bsc/releases/download/v1.0.6/geth_linux && chmod 744 geth_linux && mv geth_linux /usr/local/bin/geth
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.0.7/geth_linux && chmod 744 geth_linux && mv geth_linux /usr/local/bin/geth

ENTRYPOINT ["geth"]

0 comments on commit 245d620

Please sign in to comment.