Skip to content

Commit

Permalink
Merge pull request #56 from chainstack/feature/OPS-2924
Browse files Browse the repository at this point in the history
feature/OPS-2923 - Releases BSC v1.3.4
  • Loading branch information
moraesjeremias authored Dec 4, 2023
2 parents bf7cc84 + 564df61 commit 266df1c
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/bnb-chain/bsc/releases/download/v1.2.15/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.3.4/geth_linux && chmod 744 geth_linux && mv geth_linux /usr/local/bin/geth

ENTRYPOINT ["geth"]

0 comments on commit 266df1c

Please sign in to comment.