Skip to content

Commit

Permalink
chore: use 0.11.0 until 0.12.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Feb 21, 2024
1 parent 0a167cd commit ba9a2f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
LOG_LEVEL: DEBUG

agent:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.12.0rc1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.11.0
volumes:
- indy:/home/indy/.indy_client
command: >
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
entrypoint: /bin/sh -c '/app/wait && python -m proxy_mediator "$$@"' --

agent:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
volumes:
- indy:/home/indy/.indy_client
command: >
Expand Down Expand Up @@ -62,7 +62,7 @@ services:
- mediator

mediator:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
volumes:
- ./docker/acapy-endpoint.sh:/home/indy/acapy-endpoint.sh:z
- indy:/home/indy/.indy_client
Expand Down
6 changes: 3 additions & 3 deletions int/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
retries: 5

alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
command: >
start --label alice
-it http 0.0.0.0 3000
Expand All @@ -45,7 +45,7 @@ services:


bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
command: >
start --label bob
-it http 0.0.0.0 3000
Expand All @@ -69,7 +69,7 @@ services:
retries: 5

external_mediator:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
command: >
start --label external_mediator
-it http 0.0.0.0 3000
Expand Down

0 comments on commit ba9a2f3

Please sign in to comment.