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

@ -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