Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile-auth
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.11.0
MAINTAINER Komal Thareja<komal.thareja@gmail.com>

ARG HANDLERS_VER=1.6.2
ARG HANDLERS_VER=1.6.3

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion fabric_cf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.6.1"
__version__ = "1.6.2"
__VERSION__ = __version__
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.6.1
image: authority:1.6.2
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.6.1
image: broker:1.6.2
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 @@ -68,7 +68,7 @@ services:
build:
context: ../../../
dockerfile: Dockerfile-orchestrator
image: orchestrator:1.6.1
image: orchestrator:1.6.2
container_name: orchestrator
restart: always
depends_on:
Expand Down