let the fire burning

This commit is contained in:
Sebastian
2023-09-02 07:23:28 +02:00
parent 4529a19763
commit d00c7a5d65
3 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
FROM debian
RUN apt-get update && apt-get install -y wget
RUN wget -O- https://github.com/streamingfast/firehose-ethereum/releases/download/v1.4.4/firehose-ethereum_linux_x86_64.tar.gz | tar xvz -C /usr/bin
RUN wget https://github.com/streamingfast/go-ethereum/releases/download/geth-v1.12.0-fh2.2/geth_linux -O /usr/bin/geth
RUN wget -O- https://github.com/streamingfast/firehose-ethereum/releases/download/v1.4.13/firehose-ethereum_linux_x86_64.tar.gz | tar xvz -C /usr/bin
RUN wget https://github.com/streamingfast/go-ethereum/releases/download/geth-v1.12.1-fh2.3/geth_linux -O /usr/bin/geth
RUN chmod +x /usr/bin/geth
ENTRYPOINT ["fireeth"]