Update docker.io/postgres Docker tag to v16

This commit is contained in:
renovate[bot]
2023-09-15 23:13:09 +00:00
committed by GitHub
parent 164b01319c
commit 0603f1ebe9

View File

@ -47,7 +47,7 @@ services:
# postgres
postgres:
image: docker.io/postgres:15-alpine
image: docker.io/postgres:16-alpine
env_file: env/postgres.env
volumes:
- netbox-postgres-data:/var/lib/postgresql/data