Skip to content

Commit e0522cd

Browse files
author
Dennis Labordus
committed
Updated version of CoMPAS OpenSCD Docker image.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 44070e6 commit e0522cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compas/docker-compose-basex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ services:
111111
open-scd:
112112
labels:
113113
compas: true
114-
image: "lfenergy/compas-open-scd:v0.10.0.0"
114+
image: "lfenergy/compas-open-scd:v0.10.0.1"
115115
healthcheck:
116116
test: ["CMD", "curl", "-f", "http://localhost/"]
117117
interval: 30s

compas/docker-compose-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ services:
118118
open-scd:
119119
labels:
120120
compas: true
121-
image: "lfenergy/compas-open-scd:v0.10.0.0"
121+
image: "lfenergy/compas-open-scd:v0.10.0.1"
122122
healthcheck:
123123
test: ["CMD", "curl", "-f", "http://localhost/"]
124124
interval: 30s

0 commit comments

Comments
 (0)