mirror of https://github.com/usbharu/Hideout.git
Merge pull request #645 from usbharu/renovate/postgres-17.x
chore(deps): update postgres docker tag to v17
This commit is contained in:
commit
7dad7d31ea
|
@ -2,7 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
db:
|
||||
image: postgres:16
|
||||
image: postgres:17
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue