File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ services:
3434
3535 # Sets up the genesis configuration for the go-ethereum client from a JSON file.
3636 geth-genesis :
37- image : " ethereum/client-go:v1.16.7 "
37+ image : " ethereum/client-go:v1.14.0 "
3838 command : --datadir=/data/execution init /data/execution/genesis.json
3939 volumes :
4040 - data:/data
@@ -80,7 +80,7 @@ services:
8080 # Runs the go-ethereum execution client with the specified, unlocked account and necessary
8181 # APIs to allow for proof-of-stake consensus via Prysm.
8282 geth :
83- image : " ethereum/client-go:v1.16.7 "
83+ image : " ethereum/client-go:v1.14.0 "
8484 command :
8585 - --http
8686 - --http.api=eth,net,web3
Original file line number Diff line number Diff line change 1- FROM ethereum/client-go:v1.16.7
1+ FROM ethereum/client-go:v1.14.0
22
33COPY password /l1geth/
44COPY genesis.json /l1geth/
You can’t perform that action at this time.
0 commit comments