Skip to content

Commit

Permalink
Updated docker image to taa acceptance fixed image
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepadayatti committed Feb 26, 2021
1 parent c9a2e6b commit 2587c4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker-compose-sovrin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- aries-playground-nw

data4Life-user.localhost:
image: igrantio/aries-cloudagent:0.5.6_v10_dx_fix
image: igrantio/aries-cloudagent:0.5.6_v15_dx_fix
command: /bin/bash -c "./startup.sh"
container_name: data4Life-user.localhost
ports:
Expand All @@ -62,7 +62,7 @@ services:
- aries-playground-nw

travel-company.localhost:
image: igrantio/aries-cloudagent:0.5.6_v10_dx_fix
image: igrantio/aries-cloudagent:0.5.6_v15_dx_fix
command: /bin/bash -c "./startup.sh"
container_name: travel-company.localhost
ports:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
networks:
- aries-playground-nw
test-center.localhost:
image: igrantio/aries-cloudagent:0.5.6_v10_dx_fix
image: igrantio/aries-cloudagent:0.5.6_v15_dx_fix
command: /bin/bash -c "./startup.sh"
container_name: test-center.localhost
ports:
Expand All @@ -32,7 +32,7 @@ services:
networks:
- aries-playground-nw
data4Life-user.localhost:
image: igrantio/aries-cloudagent:0.5.6_v10_dx_fix
image: igrantio/aries-cloudagent:0.5.6_v15_dx_fix
command: /bin/bash -c "./startup.sh"
container_name: data4Life-user.localhost
ports:
Expand All @@ -54,7 +54,7 @@ services:
networks:
- aries-playground-nw
travel-company.localhost:
image: igrantio/aries-cloudagent:0.5.6_v10_dx_fix
image: igrantio/aries-cloudagent:0.5.6_v15_dx_fix
command: /bin/bash -c "./startup.sh"
container_name: travel-company.localhost
ports:
Expand Down

0 comments on commit 2587c4c

Please sign in to comment.