⬆️ Update docker.io/library/postgres Docker tag to v17
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
Deploy to Hosts / deploy (pull_request) Has been skipped

This commit is contained in:
Renovate Bot 2024-09-27 18:01:00 +00:00
parent cb396ce331
commit 3068b8e846

View file

@ -3,7 +3,7 @@ version: "3.4"
services:
postgresql:
image: docker.io/library/postgres:16-alpine
image: docker.io/library/postgres:17-alpine
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]