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