chore(deps): update docker.io/library/postgres docker tag to v17.6

This commit is contained in:
renovate[bot]
2025-08-14 21:03:52 +00:00
committed by GitHub
parent 92548f410e
commit 5e507e59b7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ services:
# Alternatively, you can host your PostgreSQL database externally, and
# change the connection settings in the `authentik-server` and
# `authentik-worker`.
image: docker.io/library/postgres:17.5
image: docker.io/library/postgres:17.6
container_name: authentik-db
environment:
- POSTGRES_USER=${POSTGRES_USER:-authentik}
+1 -1
View File
@@ -1,7 +1,7 @@
---
services:
postgres:
image: docker.io/library/postgres:17.5
image: docker.io/library/postgres:17.6
container_name: postgres
environment:
- POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}