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

This commit is contained in:
renovate[bot] 2024-05-10 00:26:30 +00:00 committed by GitHub
parent 1fa72bbd9e
commit 578fc7fe33
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.2
image: docker.io/library/postgres:16.3
container_name: authentik-db
environment:
- POSTGRES_USER=${POSTGRES_USER:-authentik}

View File

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