Update docker.io/library/postgres Docker tag to v18
Some checks failed
/ Ansible Lint (push) Waiting to run
/ Ansible Lint (pull_request) Failing after 2m13s

This commit is contained in:
Renovate 2025-10-30 03:58:39 +00:00
commit 8fe7344775
5 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
services:
database:
image: docker.io/library/postgres:15-alpine@sha256:64583b3cb4f2010277bdd9749456de78e5c36f8956466ba14b0b96922e510950
image: docker.io/library/postgres:18-alpine@sha256:48c8ad3a7284b82be4482a52076d47d879fd6fb084a1cbfccbd551f9331b0e40
environment:
- "POSTGRES_USER=pretalx"
- "POSTGRES_PASSWORD={{ secret__pretalx_db_password }}"