Skip to content

Commit a3b524c

Browse files
authored
Merge branch 'main' into dependabot/docker/compas/reverse-proxy/openresty/openresty-1.21.4.3-2-alpine-fat
2 parents 55fc03c + 348423b commit a3b524c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/compas-openscd-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
4343
with:
4444
task-definition: ${{ steps.render-compas-openscd.outputs.task-definition }}
45-
service: CoMPAS-OpenSCD
45+
service: CoMPAS-Open-SCD
4646
cluster: ${{ secrets.AWS_CLUSTER }}

compas/docker-compose-postgresql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
scl-data-service:
4747
labels:
4848
compas: true
49-
image: "lfenergy/compas-scl-data-service:0.13.0-postgresql"
49+
image: "lfenergy/compas-scl-data-service:0.15.0-postgresql"
5050
ports:
5151
- "9090:8080"
5252
environment:
@@ -76,7 +76,7 @@ services:
7676
cim-mapping:
7777
labels:
7878
compas: true
79-
image: "lfenergy/compas-cim-mapping:0.10.2"
79+
image: "lfenergy/compas-cim-mapping:0.10.4"
8080
ports:
8181
- "9091:8080"
8282
environment:
@@ -100,7 +100,7 @@ services:
100100
scl-auto-alignment:
101101
labels:
102102
compas: true
103-
image: "lfenergy/compas-scl-auto-alignment:0.5.0"
103+
image: "lfenergy/compas-scl-auto-alignment:0.5.1"
104104
ports:
105105
- "9092:8080"
106106
environment:
@@ -151,7 +151,7 @@ services:
151151
open-scd:
152152
labels:
153153
compas: true
154-
image: "lfenergy/compas-open-scd:v0.33.0.5"
154+
image: "lfenergy/compas-open-scd:v0.33.0.6"
155155
depends_on:
156156
- scl-data-service
157157
- cim-mapping

0 commit comments

Comments
 (0)