chore(deps): update postgres docker tag to v15
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
36b7f2172c
commit
5637c1409b
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ services:
|
||||||
- /var/lib/adlin/nsd
|
- /var/lib/adlin/nsd
|
||||||
- /var/lib/adlin/nsd-db
|
- /var/lib/adlin/nsd-db
|
||||||
- name: db
|
- name: db
|
||||||
image: postgres:10-alpine
|
image: postgres:15-alpine
|
||||||
net: /run/netns/db
|
net: /run/netns/db
|
||||||
pid: new
|
pid: new
|
||||||
ipc: new
|
ipc: new
|
||||||
|
|
Reference in a new issue