Update postgres Docker tag to v13

This commit is contained in:
Renovate Bot 2021-05-18 08:03:10 +00:00
parent 43b8b36951
commit 49b7c267b9
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ services:
ports:
- 8080
postgres:
image: postgres:12-alpine
image: postgres:13-alpine
env_file: env/postgres.env
redis:
image: redis:6-alpine

View File

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