Skip to content

Commit 948c9ad

Browse files
authored
Merge branch 'main' into dependabot/github_actions/docker/setup-buildx-action-3
2 parents fbd76e2 + 6281e1c commit 948c9ad

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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 }}

.github/workflows/run-integration-tests-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Archive Robot Framework Reports
7676
if: failure()
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: robot-framework-reports
8080
retention-days: 7

compas/docker-compose-postgresql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
postgresql:
99
labels:
1010
compas: true
11-
image: "postgres:14.5"
11+
image: "postgres:16.1"
1212
ports:
1313
- "5432:5432"
1414
environment:
@@ -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

compas/reverse-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# We want to go back to below image, but it seems to be broken.
66
# For now use fixed version which still works.
77
#FROM openresty/openresty:alpine-fat
8-
FROM openresty/openresty:1.21.4.1-6-alpine-fat
8+
FROM openresty/openresty:1.21.4.3-2-alpine-fat
99

1010
ARG COMPAS_HOSTNAME
1111
ARG CONFIGURATION_LOCATION

0 commit comments

Comments
 (0)