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

This commit is contained in:
Renovate 2026-04-02 09:15:46 +00:00
commit f194efdea4
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 }}"