Update docker.io/library/postgres Docker tag to v16
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovate Bot 2024-05-04 20:26:44 +00:00
parent 1edafc23e6
commit 8165d46937

View file

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