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

This commit is contained in:
Renovate 2025-10-22 16:45:53 +00:00
commit a784ae599b
5 changed files with 5 additions and 5 deletions

View file

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