[devcontainer] revert postgres version (#10937)

- Our debian image (bookworm) supports only postgres:15
- Revert from postgres:17 to postgres:15 in the devcontainer
This commit is contained in:
Oliver 2025-12-01 16:46:59 +11:00 committed by GitHub
parent bc5c306b6d
commit ee4e200cf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
services:
db:
image: postgres:17
image: postgres:15
restart: unless-stopped
ports:
- 5432/tcp