Skip to content

Commit c1263c7

Browse files
author
Dennis Labordus
committed
Updated Docker Image versions.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 40a167e commit c1263c7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Next release for testing the CoMPAS System with all components.
2222
- Updated libraries to the latest versions;
2323
- [SCL Auto Alignment Service](https://github.com/com-pas/compas-scl-auto-alignment) (Version 0.2.4):
2424
- Updated libraries to the latest versions;
25-
- [CIM Mapping Service](https://github.com/com-pas/compas-cim-mapping) (Version 0.8.7):
25+
- [CIM Mapping Service](https://github.com/com-pas/compas-cim-mapping) (Version 0.9.0):
26+
- Upgrade to JDK 17;
2627
- Updated libraries to the latest versions;
2728
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.2.0):
2829
- Latest OCL Rules for SCL from RiseClipse are included;

compas/docker-compose-basex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ services:
6969
cim-mapping:
7070
labels:
7171
compas: true
72-
image: "lfenergy/compas-cim-mapping:0.8.8"
72+
image: "lfenergy/compas-cim-mapping:0.9.0"
7373
ports:
7474
- "9091:8080"
7575
environment:

compas/docker-compose-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ services:
7676
cim-mapping:
7777
labels:
7878
compas: true
79-
image: "lfenergy/compas-cim-mapping:0.8.8"
79+
image: "lfenergy/compas-cim-mapping:0.9.0"
8080
ports:
8181
- "9091:8080"
8282
environment:

0 commit comments

Comments
 (0)