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

This commit is contained in:
renovate[bot] 2024-11-14 22:24:23 +00:00 committed by GitHub
parent ce1b49960e
commit 64fc178d40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
---
services:
postgres:
image: docker.io/library/postgres:16.4
image: docker.io/library/postgres:16.5
container_name: authentik-db
environment:
- POSTGRES_USER=${POSTGRES_USER:-authentik}