Update docker-compose-dev.yaml

Update postgres image.
This commit is contained in:
Laurentiu 2024-07-03 07:13:34 +03:00 committed by GitHub
parent b5070aabb1
commit 387e922014
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ services:
depends_on:
- migrations
db:
image: postgres:15.2-alpine
image: postgres:16.3-alpine
volumes:
- ../postgres_data:/var/lib/postgresql/data/
restart: always