From 27aa8f40f16f80b47c779ca04638cd469b887b17 Mon Sep 17 00:00:00 2001 From: Michael 'Flimmy' Flemming Date: Fri, 26 Sep 2025 17:51:38 +0200 Subject: [PATCH] quick fix for breaking changes in postgres 18 by pinning to 17 --- idm/ldap-keycloak.yml | 2 +- testing/external-keycloak.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/idm/ldap-keycloak.yml b/idm/ldap-keycloak.yml index 0b81622..a19aeaf 100644 --- a/idm/ldap-keycloak.yml +++ b/idm/ldap-keycloak.yml @@ -65,7 +65,7 @@ services: restart: always postgres: - image: postgres:alpine + image: postgres:17-alpine networks: opencloud-net: volumes: diff --git a/testing/external-keycloak.yml b/testing/external-keycloak.yml index b837f4d..2808fa4 100644 --- a/testing/external-keycloak.yml +++ b/testing/external-keycloak.yml @@ -1,7 +1,7 @@ --- services: postgres: - image: postgres:alpine + image: postgres:17-alpine networks: opencloud-net: volumes: