Skip to content

Commit

Permalink
Use stable geth
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell committed Jan 10, 2024
1 parent 123e636 commit c7f8561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 4337/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
geth:
image: docker.io/ethereum/client-go:latest
image: docker.io/ethereum/client-go:stable
restart: always
environment:
GETH_DEV: 'true'
Expand All @@ -11,6 +11,7 @@ services:
GETH_HTTP_API: 'personal,eth,net,web3,debug'
GETH_HTTP_VHOSTS: '*'
GETH_RPC_ALLOW_UNPROTECTED_TXS: 'true'
GETH_RPC_EVMTIMEOUT: '0'
ports:
- 8545:8545

Expand Down
3 changes: 1 addition & 2 deletions 4337/docker/bundler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM docker.io/library/node:18

RUN git clone https://github.com/eth-infinitism/bundler /src/bundler
WORKDIR /src/bundler
# v0.6.1
RUN git checkout 30dc20da10214415df60a5ee15a6bec0975c9af1
RUN git checkout v0.6.1

RUN yarn && yarn preprocess
ENTRYPOINT ["yarn", "bundler"]
Expand Down

0 comments on commit c7f8561

Please sign in to comment.