chore(deps): update postgres docker tag to v17.1
This commit is contained in:
parent
a3994c941f
commit
b3c5a460ba
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ services:
|
|||
######## Postgres ########
|
||||
mf-db17:
|
||||
container_name: "mf-db"
|
||||
image: "postgres:17.0"
|
||||
image: "postgres:17.1"
|
||||
restart: unless-stopped
|
||||
pull_policy: missing
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue