Skip to content

Commit c03993b

Browse files
committed
Merge branch 'hotfix/7.1.1' into main
2 parents 60765af + 93a66a4 commit c03993b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ networks:
77
services:
88

99
ibaa-chain:
10-
image: nexus.iex.ec/poco-chain:token-v5.1.0
10+
image: docker-regis.iex.ec/poco-chain:token-v5.1.0
1111
container_name: ibaa-chain
1212
ports:
1313
- 28545:8545
1414
networks:
1515
- iexec-blockchain-adapter-api-net
1616

1717
ibaa-broker:
18-
image: nexus.iex.ec/iexec-autonomous-brokering-engine:dev #warn, using nexus repo + dev tag, can it be public?
18+
image: docker-regis.iex.ec/iexec-autonomous-brokering-engine:dev #warn, using nexus repo + dev tag, can it be public?
1919
container_name: ibaa-broker
2020
environment:
2121
- CHAIN=http://ibaa-chain:8545

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=7.1.0
1+
version=7.1.1
22
iexecCommonVersion=6.0.0

0 commit comments

Comments
 (0)