Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit e3b9c9b

Browse files
committed
upgrade to DSF 0.9.0-RC1
Upgrade to DSF 0.9.0 when the final 0.9.0 release is out.
1 parent ea68f11 commit e3b9c9b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

codex-processes-ap1-docker-test-setup/docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666

6767

6868
dic-fhir:
69-
image: ghcr.io/highmed/fhir:0.8.0
69+
image: ghcr.io/highmed/fhir:0.9.0-RC1
7070
restart: "no"
7171
ports:
7272
- 127.0.0.1:5000:5000
@@ -113,7 +113,7 @@ services:
113113
- db
114114
- proxy
115115
dic-bpe:
116-
image: ghcr.io/highmed/bpe:0.8.0
116+
image: ghcr.io/highmed/bpe:0.9.0-RC1
117117
restart: "no"
118118
ports:
119119
- 127.0.0.1:5003:5003
@@ -200,7 +200,7 @@ services:
200200

201201

202202
gth-fhir:
203-
image: ghcr.io/highmed/fhir:0.8.0
203+
image: ghcr.io/highmed/fhir:0.9.0-RC1
204204
restart: "no"
205205
ports:
206206
- 127.0.0.1:5001:5001
@@ -247,7 +247,7 @@ services:
247247
- db
248248
- proxy
249249
gth-bpe:
250-
image: ghcr.io/highmed/bpe:0.8.0
250+
image: ghcr.io/highmed/bpe:0.9.0-RC1
251251
restart: "no"
252252
ports:
253253
- 127.0.0.1:5004:5004
@@ -304,7 +304,7 @@ services:
304304

305305

306306
crr-fhir:
307-
image: ghcr.io/highmed/fhir:0.8.0
307+
image: ghcr.io/highmed/fhir:0.9.0-RC1
308308
restart: "no"
309309
ports:
310310
- 127.0.0.1:5002:5002
@@ -351,7 +351,7 @@ services:
351351
- db
352352
- proxy
353353
crr-bpe:
354-
image: ghcr.io/highmed/bpe:0.8.0
354+
image: ghcr.io/highmed/bpe:0.9.0-RC1
355355
restart: "no"
356356
ports:
357357
- 127.0.0.1:5005:5005

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>0.9.0-SNAPSHOT</dsf.version>
22+
<dsf.version>0.9.0-RC1</dsf.version>
2323
</properties>
2424

2525
<description>Business processes for the NUM CODEX project (AP1) as plugins for the HiGHmed Data Sharing Framework.</description>

0 commit comments

Comments
 (0)