File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- __VERSION__ = "1.4.6 "
1
+ __VERSION__ = "1.4.7 "
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.4.5
55
+ image : authority:1.4.7
56
56
container_name : site1-am
57
57
restart : always
58
58
depends_on :
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.4.5
55
+ image : authority:1.4.7
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.4.5
57
+ image : broker:1.4.7
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.4.5
71
+ image : orchestrator:1.4.7
72
72
container_name : orchestrator
73
73
restart : always
74
74
depends_on :
Original file line number Diff line number Diff line change 1
1
requests >= 2.28.1
2
- cryptography == 39.0.1
2
+ cryptography == 3.3.2
3
3
psycopg2-binary
4
4
sqlalchemy
5
5
waitress
@@ -9,4 +9,4 @@ swagger-ui-bundle
9
9
fabric_fss_utils == 1.4.0
10
10
PyYAML
11
11
fabric-message-bus == 1.4.0
12
- fabric-fim == 1.4.12
12
+ fabric-fim == 1.4.13
You can’t perform that action at this time.
0 commit comments