⬆️ Update docker.io/library/postgres Docker tag to v16

This commit is contained in:
Renovate Bot 2024-07-20 15:35:12 +00:00
parent ae2a52eca3
commit 57f2e0794f

View file

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