Merge pull request #1082 from netbox-community/renovate/docker.io-postgres-16.x

Update docker.io/postgres Docker tag to v16
This commit is contained in:
Tobias Genannt 2023-09-23 14:57:42 +02:00 committed by GitHub
commit 252ab33560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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