Skip to content

Commit 6c50650

Browse files
authored
Merge pull request #40 from ironbeer/updage-images
Update images
2 parents c4465d4 + e27f331 commit 6c50650

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ x-resident: &resident
1010
services:
1111
op-geth:
1212
<<: *resident
13-
image: ghcr.io/oasysgames/oasys-op-geth:v1.3.0-18a5e9f31
13+
image: ghcr.io/oasysgames/oasys-op-geth:v1.3.0
1414
entrypoint: geth
1515
environment:
1616
GETH_DATADIR: /data
@@ -50,7 +50,7 @@ services:
5050

5151
op-node:
5252
<<: *resident
53-
image: ghcr.io/oasysgames/oasys-opstack/op-node:v1.2.0-a0f55fa2d
53+
image: ghcr.io/oasysgames/oasys-opstack/op-node:v1.2.0
5454
entrypoint: op-node
5555
environment:
5656
OP_NODE_L1_ETH_RPC: $L1_ETH_RPC_HTTP
@@ -92,7 +92,7 @@ services:
9292

9393
op-batcher:
9494
<<: *resident
95-
image: ghcr.io/oasysgames/oasys-opstack/op-batcher:v1.2.0-a0f55fa2d
95+
image: ghcr.io/oasysgames/oasys-opstack/op-batcher:v1.2.0
9696
entrypoint: op-batcher
9797
environment:
9898
OP_BATCHER_L1_ETH_RPC: $L1_ETH_RPC_HTTP
@@ -110,7 +110,7 @@ services:
110110

111111
op-proposer:
112112
<<: *resident
113-
image: ghcr.io/oasysgames/oasys-opstack/op-proposer:v1.2.0-a0f55fa2d
113+
image: ghcr.io/oasysgames/oasys-opstack/op-proposer:v1.2.0
114114
entrypoint: op-proposer
115115
environment:
116116
OP_PROPOSER_L1_ETH_RPC: $L1_ETH_RPC_HTTP

0 commit comments

Comments
 (0)