File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ services:
104
104
--spi-truststore-file-hostname-verification-policy=STRICT
105
105
106
106
cos-fhir :
107
- image : ghcr.io/datasharingframework/fhir:1.5 .0
107
+ image : ghcr.io/datasharingframework/fhir:1.7 .0
108
108
restart : " no"
109
109
ports :
110
110
- 127.0.0.1:5002:5002
@@ -176,7 +176,7 @@ services:
176
176
- proxy
177
177
- keycloak
178
178
cos-bpe :
179
- image : ghcr.io/datasharingframework/bpe:1.5 .0
179
+ image : ghcr.io/datasharingframework/bpe:1.7 .0
180
180
restart : " no"
181
181
ports :
182
182
- 127.0.0.1:5005:5005
@@ -247,7 +247,7 @@ services:
247
247
- keycloak
248
248
249
249
dic-fhir :
250
- image : ghcr.io/datasharingframework/fhir:1.5 .0
250
+ image : ghcr.io/datasharingframework/fhir:1.7 .0
251
251
restart : " no"
252
252
ports :
253
253
- 127.0.0.1:5000:5000
@@ -317,7 +317,7 @@ services:
317
317
- proxy
318
318
- keycloak
319
319
dic-bpe :
320
- image : ghcr.io/datasharingframework/bpe:1.5 .0
320
+ image : ghcr.io/datasharingframework/bpe:1.7 .0
321
321
restart : " no"
322
322
ports :
323
323
- 127.0.0.1:5003:5003
@@ -388,7 +388,7 @@ services:
388
388
- keycloak
389
389
390
390
hrp-fhir :
391
- image : ghcr.io/datasharingframework/fhir:1.5 .0
391
+ image : ghcr.io/datasharingframework/fhir:1.7 .0
392
392
restart : " no"
393
393
ports :
394
394
- 127.0.0.1:5001:5001
@@ -459,7 +459,7 @@ services:
459
459
- keycloak
460
460
461
461
hrp-bpe :
462
- image : ghcr.io/datasharingframework/bpe:1.5 .0
462
+ image : ghcr.io/datasharingframework/bpe:1.7 .0
463
463
restart : " no"
464
464
ports :
465
465
- 127.0.0.1:5004:5004
Original file line number Diff line number Diff line change 19
19
20
20
<main .basedir>${project.basedir} </main .basedir>
21
21
<hapi .version>5.1.0</hapi .version>
22
- <dsf .version>1.6 .0</dsf .version>
22
+ <dsf .version>1.7 .0</dsf .version>
23
23
<slf4j .version>2.0.9</slf4j .version>
24
24
<log4j .version>2.22.0</log4j .version>
25
25
</properties >
You can’t perform that action at this time.
0 commit comments