Skip to content

Commit

Permalink
Merge pull request #79 from chainstack/feature/OPS-4020
Browse files Browse the repository at this point in the history
Bump image to v1.4.15
  • Loading branch information
Spich3000 authored Sep 25, 2024
2 parents 5bddd2b + 6bd676b commit a3081c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
.DS_Store
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.14/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.15/geth_linux && chmod 744 geth_linux && mv geth_linux /usr/local/bin/geth

ENTRYPOINT ["geth"]

0 comments on commit a3081c8

Please sign in to comment.