Skip to content

Commit 3f43732

Browse files
committed
use v1.15.0 geth image by default
1 parent c7b5faa commit 3f43732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docker/ethereum/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212
erigonGitRepo = "ledgerwatch/erigon"
1313

1414
DefaultGethEth1Image = "ethereum/client-go:v1.13.8"
15-
DefaultGethEth2Image = "ethereum/client-go:v1.14.12"
15+
DefaultGethEth2Image = "ethereum/client-go:v1.15.0"
1616
GethBaseImageName = "ethereum/client-go"
1717
gethGitRepo = "ethereum/go-ethereum"
1818

0 commit comments

Comments
 (0)