Skip to content

Commit

Permalink
Merge pull request #20 from chainstack/feature/bump-image-bsc
Browse files Browse the repository at this point in the history
  • Loading branch information
Farisagianda authored Jun 9, 2022
2 parents 67ccf8d + 793c66a commit c598022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 procps net-tools htop -y
RUN wget --no-check-certificate https://github.com/binance-chain/bsc/releases/download/v1.1.10/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.1.11/geth_linux && chmod 744 geth_linux && mv geth_linux /usr/local/bin/geth

ENTRYPOINT ["geth"]

0 comments on commit c598022

Please sign in to comment.