Skip to content

Commit

Permalink
chore: updating ACAPy version to 0.12.0rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Eldersonar <[email protected]>
  • Loading branch information
Eldersonar committed Feb 21, 2024
1 parent 80609bc commit 9c47211
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
# image: acapy-test-image
# build:
# context: .
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
# image: acapy-test-image
# build:
# context: .
Expand Down
4 changes: 2 additions & 2 deletions examples/json_ld/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
ports:
- "3001:3001"
command: >
Expand All @@ -26,7 +26,7 @@ services:


bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
ports:
- "3002:3001"
command: >
Expand Down
4 changes: 2 additions & 2 deletions examples/presenting_revoked_credential/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
# image: acapy-test-image
# build:
# context: .
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
#image: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.5
#image: bcgovimages/aries-cloudagent:py36-1.16-1_1.0.0-rc0
# image: acapy-test-image
Expand Down
4 changes: 2 additions & 2 deletions examples/simple/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
ports:
- "3001:3001"
environment:
Expand Down Expand Up @@ -36,7 +36,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
ports:
- "3002:3001"
environment:
Expand Down
4 changes: 2 additions & 2 deletions examples/tunnels/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
#image: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.5
#image: bcgovimages/aries-cloudagent:py36-1.16-1_1.0.0-rc0
# image: acapy-test-image
Expand Down Expand Up @@ -50,7 +50,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0rc1
#image: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.5
#image: bcgovimages/aries-cloudagent:py36-1.16-1_1.0.0-rc0
# image: acapy-test-image
Expand Down

0 comments on commit 9c47211

Please sign in to comment.