From 9196289fbedb5735e3892d8046f26be65fee4611 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:56:57 +0000 Subject: [PATCH] Update postgres Docker tag to v17 (#401) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6aa0455a..cb06f4d3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: ccpay-notifications-service-db: container_name: ccpay-notifications-service-db - image: postgres:16-alpine + image: postgres:17-alpine environment: - POSTGRES_USER=notifications - POSTGRES_PASSWORD=notifications