chore(deps): update docker.io/library/postgres docker tag to v16 (#1596)

This commit is contained in:
renovate[bot] 2023-11-15 00:52:26 +00:00 committed by GitHub
parent cf0673c43b
commit efc204092f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ services:
authentik-db:
container_name: authentik-db
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}"]