Update docker.io/library/postgres Docker tag to v18
All checks were successful
/ Ansible Lint (push) Successful in 3m46s
/ Ansible Lint (pull_request) Successful in 2m36s

This commit is contained in:
Renovate 2026-01-18 04:01:43 +00:00
commit bd09681025
6 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
services:
database:
image: docker.io/library/postgres:15-alpine
image: docker.io/library/postgres:18-alpine
environment:
- "POSTGRES_USER=hedgedoc"
- "POSTGRES_PASSWORD={{ secret__hedgedoc_db_password }}"