File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
FROM python:3.11.0
2
2
MAINTAINER Komal Thareja<
[email protected] >
3
3
4
- ARG HANDLERS_VER=1.6.2
4
+ ARG HANDLERS_VER=1.6.3
5
5
6
6
RUN mkdir -p /usr/src/app
7
7
WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 1
- __version__ = "1.6.1 "
1
+ __version__ = "1.6.2 "
2
2
__VERSION__ = __version__
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ services:
52
52
network : host
53
53
context : ../../../
54
54
dockerfile : Dockerfile-auth
55
- image : authority:1.6.1
55
+ image : authority:1.6.2
56
56
container_name : site1-am
57
57
restart : always
58
58
depends_on :
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ services:
54
54
build :
55
55
context : ../../../
56
56
dockerfile : Dockerfile-broker
57
- image : broker:1.6.1
57
+ image : broker:1.6.2
58
58
container_name : broker
59
59
restart : always
60
60
networks :
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ services:
68
68
build :
69
69
context : ../../../
70
70
dockerfile : Dockerfile-orchestrator
71
- image : orchestrator:1.6.1
71
+ image : orchestrator:1.6.2
72
72
container_name : orchestrator
73
73
restart : always
74
74
depends_on :
You can’t perform that action at this time.
0 commit comments