Skip to content

Commit 3769de8

Browse files
all: update image ethereum/client-go to c6a4cd5
1 parent 29d0684 commit 3769de8

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

0 commit comments

Comments
 (0)