Skip to content

Commit 3bdd1c6

Browse files
renovate[bot]ClaytonNorthey92
authored andcommitted
all: update image ethereum/client-go to 6de6b46
1 parent ae9ea42 commit 3bdd1c6

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:6de6b46ced625343f2d04d30685a04db6483d3f1d8d6369a4d385d038325aabc"
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:6de6b46ced625343f2d04d30685a04db6483d3f1d8d6369a4d385d038325aabc"
135135
profiles: ["L1", "full"]
136136
volumes:
137137
- geth_data:/tmp/geth

0 commit comments

Comments
 (0)