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

chore(deps): update docker.io/library/postgres docker tag to v16.3
This commit is contained in:
Christoph Schug 2024-05-10 09:30:50 +02:00 committed by GitHub
commit 11d3560faf
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}