diff --git a/db/compose.yaml b/db/compose.yaml index 7ed1afc..265e8b8 100644 --- a/db/compose.yaml +++ b/db/compose.yaml @@ -1,6 +1,6 @@ services: postgres: - image: postgres:16.4-alpine3.20 + image: postgres:17.5-alpine3.20 environment: POSTGRES_DB: crylendar POSTGRES_USER: crylendar