Skip to content

Commit

Permalink
Merge pull request #71 from chainstack/feature/OPS-3686
Browse files Browse the repository at this point in the history
Bump image
  • Loading branch information
PekopT authored May 28, 2024
2 parents 78d0c12 + 4d9c6a1 commit dc078c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.5/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.4.8/geth_linux && chmod 744 geth_linux && mv geth_linux /usr/local/bin/geth

ENTRYPOINT ["geth"]

0 comments on commit dc078c6

Please sign in to comment.