diff --git a/docker-compose.public.yml b/docker-compose.public.yml index 0c379d1..6eaca91 100644 --- a/docker-compose.public.yml +++ b/docker-compose.public.yml @@ -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: > diff --git a/docker-compose.yml b/docker-compose.yml index 3ba5464..775c579 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: > @@ -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 diff --git a/int/docker-compose.yml b/int/docker-compose.yml index 24b9566..6211a47 100644 --- a/int/docker-compose.yml +++ b/int/docker-compose.yml @@ -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 @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 3eb89a5..8d26bff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"