Skip to content

Commit

Permalink
update the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Nov 6, 2024
1 parent 1ffff6c commit 64bcb66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabric_cf/authority/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
network: host
context: ../../../
dockerfile: Dockerfile-auth
image: authority:1.7.0
image: authority:1.8.0
container_name: site1-am
restart: always
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion fabric_cf/broker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
build:
context: ../../../
dockerfile: Dockerfile-broker
image: broker:1.7.0
image: broker:1.8.0
container_name: broker
restart: always
networks:
Expand Down
2 changes: 1 addition & 1 deletion fabric_cf/orchestrator/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
build:
context: ../../../
dockerfile: Dockerfile-orchestrator
image: orchestrator:1.7.0
image: orchestrator:1.8.0
container_name: orchestrator
restart: always
depends_on:
Expand Down

0 comments on commit 64bcb66

Please sign in to comment.