Update PostgreSQL image version to 16-alpine for services
This commit is contained in:
@@ -25,7 +25,7 @@ services:
|
||||
depends_on:
|
||||
- postgresql
|
||||
postgresql:
|
||||
image: postgres:15-alpine
|
||||
image: postgres:16-alpine
|
||||
volumes:
|
||||
- postgresql-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user