Update docker.io/library/postgres Docker tag to v18

This commit is contained in:
Renovate Bot
2025-12-11 02:08:23 +00:00
parent 90d49eabc9
commit 6b26654ba0
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.7@sha256:929190a12e0833c89276f78c7cf665aaaa62b5930e6f852e9f733f8b737d3f8f
image: docker.io/library/postgres:18.1@sha256:38d5c9d522037d8bf0864c9068e4df2f8a60127c6489ab06f98fdeda535560f9
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}