Skip to content

Commit 5f2cb87

Browse files
author
Rob Tjalma
authored
Merge pull request #36 from com-pas/update-docker-image-18nov
Updated OpenSCD to fix small bug.
2 parents c2d48d5 + 333d8c1 commit 5f2cb87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compas/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ services:
8181
open-scd:
8282
labels:
8383
compas: true
84-
image: "lfenergy/compas-open-scd:v0.7.1-compas-3"
84+
image: "lfenergy/compas-open-scd:v0.7.1-compas-4"
8585
healthcheck:
8686
test: ["CMD", "curl", "-f", "http://localhost/"]
8787
interval: 30s

integration-testing/test-files/MiniGrid.scd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-FileCopyrightText: 2021 Alliander N.V.
55
SPDX-License-Identifier: Apache-2.0
66
-->
77
<SCL version="2007" revision="B" release="4" xmlns:compas="https://www.lfenergy.org/compas/extension/v1" xmlns="http://www.iec.ch/61850/2003/SCL">
8-
<Header>
8+
<Header id="some-strange-id" version="v1">
99
</Header>
1010
<Substation name="_af9a4ae3-ba2e-4c34-8e47-5af894ee20f4" desc="Sub1">
1111
<PowerTransformer type="PTR" name="T4">

0 commit comments

Comments
 (0)