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

Closed
renovatebot wants to merge 1 commit from renovate/docker.io-library-postgres-16.x into main
Showing only changes of commit 57f2e0794f - Show all commits

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}"]