Merge pull request 'Update docker.io/library/postgres Docker tag to v17.7' (#85) from renovate/docker.io-library-postgres-17.x into main

Reviewed-on: #85
This commit was merged in pull request #85.
This commit is contained in:
2025-11-16 21:02:53 +05:30
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}