Update docker.io/library/postgres Docker tag to v18
Some checks failed
/ Ansible Lint (pull_request) Successful in 2m3s
/ Ansible Lint (push) Failing after 11m15s

This commit is contained in:
Renovate 2025-10-23 12:15:43 +00:00
commit 90035e09e9
5 changed files with 5 additions and 5 deletions

View file

@ -56,7 +56,7 @@ services:
- POSTGRES_DB=mailmandb
- POSTGRES_USER=mailman
- POSTGRES_PASSWORD=wvQjbMRnwFuxGEPz
image: docker.io/library/postgres:12-alpine
image: docker.io/library/postgres:18-alpine@sha256:0ce0d1fa5bf54b7b338e09829ab76b479dbd0702da50bf0cdf5c258208e47f40
volumes:
- /opt/mailman/database:/var/lib/postgresql/data
networks: