Skip to content

Commit 0f71358

Browse files
committed
Update node versions
1 parent 894250f commit 0f71358

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mainnet-geth:
3-
image: ghcr.io/fraxfinance/fraxtal-op-geth:v1.101605.0-frax-1.3.0
3+
image: ghcr.io/fraxfinance/fraxtal-op-geth:v1.101609.0-frax-1.3.0
44
ports:
55
- 8545:8545
66
- 8546:8546
@@ -18,7 +18,7 @@ services:
1818
- ./mainnet/genesis.json:/data/genesis.json:ro
1919
- ./geth-entrypoint.sh:/bin/geth-entrypoint
2020
mainnet-node:
21-
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.16.5-frax-1.2.0
21+
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.16.6-frax-1.2.0
2222
ports:
2323
- 7545:8545
2424
- 9222:9222/tcp

hoodi-testnet.docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
testnet-geth:
3-
image: ghcr.io/fraxfinance/fraxtal-op-geth:v1.101605.0-frax-1.3.0
3+
image: ghcr.io/fraxfinance/fraxtal-op-geth:v1.101609.0-frax-1.3.0
44
ports:
55
- 8545:8545
66
- 8546:8546
@@ -18,7 +18,7 @@ services:
1818
- ./hoodi-testnet/genesis.json:/data/genesis.json:ro
1919
- ./geth-entrypoint.sh:/bin/geth-entrypoint
2020
testnet-node:
21-
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.16.5-frax-1.2.0
21+
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.16.6-frax-1.2.0
2222
ports:
2323
- 7545:8545
2424
- 9222:9222/tcp

0 commit comments

Comments
 (0)