Merge pull request 'chore(deps): update postgres docker tag to v13.15' (#4) from renovate/postgres-13.x into master
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Reviewed-on: #4
This commit is contained in:
commit
c04deaa492
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ services:
|
||||||
- MAILDEV_INCOMING_PASS=password
|
- MAILDEV_INCOMING_PASS=password
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13.2
|
image: postgres:13.15
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: password
|
POSTGRES_PASSWORD: password
|
||||||
|
|
Loading…
Reference in a new issue