Skip to content

Commit 1bd98df

Browse files
committed
Upgrade to DSF v1.7.0
1 parent 82dc8b6 commit 1bd98df

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

dev-setup/docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ services:
104104
--spi-truststore-file-hostname-verification-policy=STRICT
105105
106106
cos-fhir:
107-
image: ghcr.io/datasharingframework/fhir:1.5.0
107+
image: ghcr.io/datasharingframework/fhir:1.7.0
108108
restart: "no"
109109
ports:
110110
- 127.0.0.1:5002:5002
@@ -176,7 +176,7 @@ services:
176176
- proxy
177177
- keycloak
178178
cos-bpe:
179-
image: ghcr.io/datasharingframework/bpe:1.5.0
179+
image: ghcr.io/datasharingframework/bpe:1.7.0
180180
restart: "no"
181181
ports:
182182
- 127.0.0.1:5005:5005
@@ -247,7 +247,7 @@ services:
247247
- keycloak
248248

249249
dic-fhir:
250-
image: ghcr.io/datasharingframework/fhir:1.5.0
250+
image: ghcr.io/datasharingframework/fhir:1.7.0
251251
restart: "no"
252252
ports:
253253
- 127.0.0.1:5000:5000
@@ -317,7 +317,7 @@ services:
317317
- proxy
318318
- keycloak
319319
dic-bpe:
320-
image: ghcr.io/datasharingframework/bpe:1.5.0
320+
image: ghcr.io/datasharingframework/bpe:1.7.0
321321
restart: "no"
322322
ports:
323323
- 127.0.0.1:5003:5003
@@ -388,7 +388,7 @@ services:
388388
- keycloak
389389

390390
hrp-fhir:
391-
image: ghcr.io/datasharingframework/fhir:1.5.0
391+
image: ghcr.io/datasharingframework/fhir:1.7.0
392392
restart: "no"
393393
ports:
394394
- 127.0.0.1:5001:5001
@@ -459,7 +459,7 @@ services:
459459
- keycloak
460460

461461
hrp-bpe:
462-
image: ghcr.io/datasharingframework/bpe:1.5.0
462+
image: ghcr.io/datasharingframework/bpe:1.7.0
463463
restart: "no"
464464
ports:
465465
- 127.0.0.1:5004:5004

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<main.basedir>${project.basedir}</main.basedir>
2121
<hapi.version>5.1.0</hapi.version>
22-
<dsf.version>1.6.0</dsf.version>
22+
<dsf.version>1.7.0</dsf.version>
2323
<slf4j.version>2.0.9</slf4j.version>
2424
<log4j.version>2.22.0</log4j.version>
2525
</properties>

0 commit comments

Comments
 (0)