Skip to content

Commit 45a1a2f

Browse files
committed
up the version
1 parent f4bea61 commit 45a1a2f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

fabric_cf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.8.6"
1+
__version__ = "1.8.7"
22
__VERSION__ = __version__

fabric_cf/authority/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
network: host
5353
context: ../../../
5454
dockerfile: Dockerfile-auth
55-
image: authority:1.8.6
55+
image: authority:1.8.7
5656
container_name: site1-am
5757
restart: always
5858
depends_on:

fabric_cf/broker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
build:
5454
context: ../../../
5555
dockerfile: Dockerfile-broker
56-
image: broker:1.8.6
56+
image: broker:1.8.7
5757
container_name: broker
5858
restart: always
5959
networks:

fabric_cf/orchestrator/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
build:
6969
context: ../../../
7070
dockerfile: Dockerfile-orchestrator
71-
image: orchestrator:1.8.6
71+
image: orchestrator:1.8.7
7272
container_name: orchestrator
7373
restart: always
7474
depends_on:

0 commit comments

Comments
 (0)