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

This commit is contained in:
Christoph Schug 2024-08-09 00:28:05 +02:00 committed by GitHub
commit a74c2cbe30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
---
services:
postgres:
image: docker.io/library/postgres:16.3
image: docker.io/library/postgres:16.4
container_name: postgres
environment:
- POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}