Skip to content

Commit e218f9d

Browse files
author
Dennis Labordus
authored
Merge pull request #93 from com-pas/update-docker-image-18oct
Updated docker image versions
2 parents 21b6f53 + 3650474 commit e218f9d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

RELEASE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).
1010

1111
## Release notes
1212

13+
### Release 0.14.2
14+
15+
Next release for testing the CoMPAS System with all components.
16+
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.25.0.0):
17+
- See details in [OpenSCD Release notes (V0.25.0)](https://github.com/openscd/open-scd/releases/tag/v0.25.0);
18+
1319
### Release 0.14.1
1420

1521
Next release for testing the CoMPAS System with all components.

compas/docker-compose-basex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ services:
144144
open-scd:
145145
labels:
146146
compas: true
147-
image: "lfenergy/compas-open-scd:v0.24.0.4"
147+
image: "lfenergy/compas-open-scd:v0.25.0.0"
148148
depends_on:
149149
- scl-data-service
150150
- cim-mapping

compas/docker-compose-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ services:
151151
open-scd:
152152
labels:
153153
compas: true
154-
image: "lfenergy/compas-open-scd:v0.24.0.4"
154+
image: "lfenergy/compas-open-scd:v0.25.0.0"
155155
depends_on:
156156
- scl-data-service
157157
- cim-mapping

0 commit comments

Comments
 (0)