[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:
parent
bc5c306b6d
commit
ee4e200cf3
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:17
|
image: postgres:15
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 5432/tcp
|
- 5432/tcp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue