Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/run-integration-tests-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
--user $(id -u):$(id -g) \
--network=compas_default \
ppodgorsek/robot-framework:latest
ppodgorsek/robot-framework:7.2.1

- name: Created output directory (chromium)
run: mkdir -p target/chromium
Expand All @@ -70,7 +70,7 @@ jobs:
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
--user $(id -u):$(id -g) \
--network=compas_default \
ppodgorsek/robot-framework:latest
ppodgorsek/robot-framework:7.2.1

- name: Archive Robot Framework Reports
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion compas/docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ services:
open-scd:
labels:
compas: true
image: "lfenergy/compas-open-scd:v0.38.0.3"
image: "lfenergy/compas-open-scd:v0.38.0.4"
depends_on:
- scl-data-service
- cim-mapping
Expand Down
2 changes: 1 addition & 1 deletion compas/keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM quay.io/keycloak/keycloak:latest
FROM quay.io/keycloak/keycloak:26.2.0

ARG COMPAS_HOSTNAME

Expand Down
4 changes: 2 additions & 2 deletions compas/reverse-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# We want to go back to below image, but it seems to be broken.
# For now use fixed version which still works.
#FROM openresty/openresty:alpine-fat
FROM openresty/openresty:1.25.3.1-2-alpine-fat
FROM openresty/openresty:1.27.1.2-alpine-fat

ARG COMPAS_HOSTNAME
ARG CONFIGURATION_LOCATION

ARG BACKDOOR_PORT
ARG BACKDOOR_PATH

RUN echo ${CONF_LOCATION}
RUN echo ${CONFIGURATION_LOCATION}
RUN mkdir /var/log/nginx

RUN apk add --no-cache openssl-dev
Expand Down