Update docker.io/library/postgres Docker tag to v17.7

This commit is contained in:
Renovate Bot
2025-11-14 02:04:25 +00:00
parent e43fbe3652
commit 70eef8023f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
services:
lldap_db:
container_name: lldap_db
image: docker.io/library/postgres:17.6
image: docker.io/library/postgres:17.7
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}

View File

@@ -1,7 +1,7 @@
services:
pocket-id-db:
container_name: pocket-id-db
image: docker.io/library/postgres:17.6
image: docker.io/library/postgres:17.7
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}