Update postgres Docker tag to v14

This commit is contained in:
Renovate Bot 2021-10-19 12:25:17 +00:00
parent 6e870b4d0b
commit d4081c15e1
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ services:
- ./scripts:/etc/netbox/scripts:z,ro
- netbox-media-files:/opt/netbox/netbox/media:z
postgres:
image: postgres:13-alpine
image: postgres:14-alpine
env_file: env/postgres.env
redis:
image: redis:6-alpine

View File

@ -35,7 +35,7 @@ services:
# postgres
postgres:
image: postgres:13-alpine
image: postgres:14-alpine
env_file: env/postgres.env
volumes:
- netbox-postgres-data:/var/lib/postgresql/data