chore(dev): Use postgres:15 for docker-compose.yml (#8029)

This will ensure we're using the latest Postgres major, which should
more closely track staging/prod.
This commit is contained in:
Jamil
2025-02-06 06:16:34 -08:00
committed by GitHub
parent a93f40befd
commit cdb669f6c5

View File

@@ -1,7 +1,7 @@
services:
# Dependencies
postgres:
image: postgres:15.5
image: postgres:15
volumes:
- postgres-data:/var/lib/postgresql/data
environment: