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