Skip to content

Commit

Permalink
up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Feb 24, 2024
1 parent 4cd49c4 commit 012dec3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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

0 comments on commit 012dec3

Please sign in to comment.