chore(deps): update postgres docker tag to v17
This commit is contained in:
parent
23a87480b7
commit
1512007d30
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ services:
|
|||
# - MAILDEV_INCOMING_PASS=password
|
||||
|
||||
postgres:
|
||||
image: postgres:16.4
|
||||
image: postgres:17.0
|
||||
network_mode: host
|
||||
environment:
|
||||
POSTGRES_PASSWORD: password
|
||||
|
|
Loading…
Reference in a new issue