Skip to content

Commit 056c8ad

Browse files
committed
release: fix to 1.1.0
Signed-off-by: Carsten Munk <[email protected]>
1 parent aae0ba6 commit 056c8ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose-devnet.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- coprocessor-network
3232

3333
operator:
34-
image: ghcr.io/zippiehq/cartesi-coprocessor-operator:latest
34+
image: ghcr.io/zippiehq/cartesi-coprocessor-operator:v1.1.0
3535
container_name: cartesi-coprocessor-operator
3636
ports:
3737
- 127.0.0.1:3033:3033
@@ -54,7 +54,7 @@ services:
5454
- coprocessor-network
5555

5656
setup-operator:
57-
image: ghcr.io/zippiehq/cartesi-coprocessor-operator:latest
57+
image: ghcr.io/zippiehq/cartesi-coprocessor-operator:v1.1.0
5858
container_name: cartesi-coprocessor-setup-operator
5959
depends_on:
6060
anvil:
@@ -78,7 +78,7 @@ services:
7878
- coprocessor-network
7979

8080
solver:
81-
image: ghcr.io/zippiehq/cartesi-coprocessor-solver:latest
81+
image: ghcr.io/zippiehq/cartesi-coprocessor-solver:v1.1.0
8282
container_name: cartesi-coprocessor-solver
8383
ports:
8484
- 127.0.0.1:3034:3034

0 commit comments

Comments
 (0)