Skip to content

Commit

Permalink
chore: versions in new example
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed May 28, 2024
1 parent a4f6858 commit 20827a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/self_attested/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.1
# image: acapy-test-image
# build:
# context: .
Expand Down Expand Up @@ -37,7 +37,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.1
#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 20827a1

Please sign in to comment.