We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b5faa commit 3f43732Copy full SHA for 3f43732
lib/docker/ethereum/images.go
@@ -12,7 +12,7 @@ const (
12
erigonGitRepo = "ledgerwatch/erigon"
13
14
DefaultGethEth1Image = "ethereum/client-go:v1.13.8"
15
- DefaultGethEth2Image = "ethereum/client-go:v1.14.12"
+ DefaultGethEth2Image = "ethereum/client-go:v1.15.0"
16
GethBaseImageName = "ethereum/client-go"
17
gethGitRepo = "ethereum/go-ethereum"
18
0 commit comments