chore(deps): update postgres docker tag to v16
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
fafd6b1837
commit
4cd903205e
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:16-alpine
|
||||||
net: /run/netns/db
|
net: /run/netns/db
|
||||||
pid: new
|
pid: new
|
||||||
ipc: new
|
ipc: new
|
||||||
|
|
Reference in a new issue