Merge pull request #521 from ChristianLempa/renovate/docker.io-library-postgres-16.x

This commit is contained in:
Christoph Schug 2024-11-15 09:27:10 +01:00 committed by GitHub
commit 153b9d8618
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}