diff --git a/compose.yml b/compose.yml index aab2308..c3f2b1d 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ version: '3.8' services: database: - image: library/postgres:15-alpine + image: library/postgres:17-alpine ports: - "5432:5432" environment: