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 Matthew Seaman
parent 0a6b3f4019
commit f2e07e4f4c

View file

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