chore(deps): update postgres docker tag to v16.4
This commit is contained in:
parent
6dcaac9843
commit
8bfeaa14c1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ services:
|
|||
- MP_UI_BIND_ADDR=0.0.0.0:1080
|
||||
|
||||
postgres:
|
||||
image: postgres:16.3
|
||||
image: postgres:16.4
|
||||
network_mode: host
|
||||
environment:
|
||||
POSTGRES_PASSWORD: password
|
||||
|
|
Loading…
Reference in a new issue