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

This commit is contained in:
Renovate 2026-04-01 23:47:00 +00:00
commit aa6ec13edd
4 changed files with 4 additions and 4 deletions

View file

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