Skip to content

Commit 8a5724d

Browse files
all: update image ethereum/client-go to a347423
1 parent 70eaa53 commit 8a5724d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

localnode/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ services:
134134
# Ethereum L1 node
135135
geth-l1:
136136
# yamllint disable-line rule:line-length
137-
image: "ethereum/client-go@sha256:343cff592e1a9daf99a89261d3263941ff9c3350b62b3ebc0f7c30d35721d905"
137+
image: "ethereum/client-go@sha256:a347423df1d8d0a2528a8fbdbf54c412c987fa148a6ffe33204813d504b3ecf2"
138138
profiles: ["L1", "full"]
139139
volumes:
140140
- geth_data:/tmp/geth

localnode/docker-compose_mainnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ services:
131131
# Ethereum L1 node
132132
geth-l1:
133133
# yamllint disable-line rule:line-length
134-
image: "ethereum/client-go@sha256:343cff592e1a9daf99a89261d3263941ff9c3350b62b3ebc0f7c30d35721d905"
134+
image: "ethereum/client-go@sha256:a347423df1d8d0a2528a8fbdbf54c412c987fa148a6ffe33204813d504b3ecf2"
135135
profiles: ["L1", "full"]
136136
volumes:
137137
- geth_data:/tmp/geth

0 commit comments

Comments
 (0)