Merge pull request #1523 from netbox-community/renovate/docker.io-postgres-18.x

Update docker.io/postgres Docker tag to v18
This commit is contained in:
Tobias Genannt
2025-11-10 12:57:48 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ services:
interval: 15s
postgres:
image: docker.io/postgres:17-alpine
image: docker.io/postgres:18-alpine
env_file: env/postgres.env
healthcheck:
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER ## $$ because of docker-compose