diff --git a/docker-compose.yml b/docker-compose.yml index 775c579..43ddc84 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-indy-1.16.0-0.12.0rc1 + image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-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-indy-1.16.0-0.12.0rc1 + image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-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 6211a47..e4e94b2 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-indy-1.16.0-0.12.0rc1 + image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-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-indy-1.16.0-0.12.0rc1 + image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-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-indy-1.16.0-0.12.0rc1 + image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1 command: > start --label external_mediator -it http 0.0.0.0 3000