Skip to content

Commit 740bc6f

Browse files
committed
use earliest geth version that supports eth_blobBaseFee
1 parent 8f2f75c commit 740bc6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/testcontainers/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

common/testcontainers/docker/l1geth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ethereum/client-go:v1.16.7
1+
FROM ethereum/client-go:v1.14.0
22

33
COPY password /l1geth/
44
COPY genesis.json /l1geth/

0 commit comments

Comments
 (0)