From ddfef44b34978301c259f72d385a9ed52febb8fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:37:13 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17.10 --- 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 f843ec4..a84ac8b 100644 --- a/idm/ldap-keycloak.yml +++ b/idm/ldap-keycloak.yml @@ -64,7 +64,7 @@ services: restart: always postgres: - image: postgres:17.9-alpine + image: postgres:17.10-alpine networks: opencloud-net: volumes: diff --git a/testing/external-keycloak.yml b/testing/external-keycloak.yml index bf9639e..1c65348 100644 --- a/testing/external-keycloak.yml +++ b/testing/external-keycloak.yml @@ -1,7 +1,7 @@ --- services: postgres: - image: postgres:17.9-alpine + image: postgres:17.10-alpine networks: opencloud-net: volumes: