Skip to content

Commit

Permalink
chore: update to ACA-Py 0.12.0 rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Walker <alex.walker@indicio.tech>
  • Loading branch information
anwalker293 committed Feb 21, 2024
1 parent 420e4eb commit 737b315
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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-0.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.12.0rc1
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.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.12.0rc1
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.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.12.0rc1
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.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.12.0rc1
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.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.12.0rc1
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.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.12.0rc1
command: >
start --label external_mediator
-it http 0.0.0.0 3000
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.9"
aries-staticagent = "^0.9.0-rc3"
aries-staticagent = "^0.9.0-rc1"
pydantic = "^1.8.2"
python-statemachine = "^0.8.0"
inflection = "^0.5.1"
Expand Down

0 comments on commit 737b315

Please sign in to comment.