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