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

This commit is contained in:
renovate[bot] 2024-08-08 21:52:35 +00:00 committed by GitHub
parent 931a081f43
commit ea5e248c03
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}