From d3620e90b8f1491a584cef922e0d9f695ebfabcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 23:04:16 +0000 Subject: [PATCH] Update postgres Docker tag to v15.15 --- pailiah-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pailiah-compose.yml b/pailiah-compose.yml index 7cb471a..02d61c8 100644 --- a/pailiah-compose.yml +++ b/pailiah-compose.yml @@ -257,7 +257,7 @@ services: DATABASE_URL: $THEMIS_PROD_DATABASE_URL themis-postgres: - image: postgres:15.10 + image: postgres:15.15 container_name: themis-postgres hostname: themis-postgres restart: unless-stopped @@ -350,7 +350,7 @@ services: DATABASE_URL: $NICE_DATABASE_URL nice-postgres: - image: postgres:15.10 + image: postgres:15.15 container_name: nice-postgres hostname: nice-postgres restart: unless-stopped @@ -423,7 +423,7 @@ services: env_file: $OPDIR/sandiego-fetch/.env sandiego-postgres: - image: postgres:15.10 + image: postgres:15.15 container_name: sandiego-postgres hostname: sandiego-postgres restart: unless-stopped