Update postgres Docker tag to v15

This commit is contained in:
renovate[bot] 2022-11-11 14:24:44 +00:00 committed by GitHub
parent 0cac6f51a9
commit a4f494db14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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