chore(deps): update postgres docker tag to v17.2
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 14s
ansible-lint / Ansible Lint (pull_request) Failing after 11m24s
ansible-lint / gitleaks (push) Successful in 6s
ansible-lint / Ansible Lint (push) Successful in 47s

This commit is contained in:
Renovate Bot 2024-11-23 04:32:34 +00:00
parent 16065d82d6
commit 831f1256eb
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ services:
######## Postgres ########
lldap-db17:
container_name: "lldap-db"
image: "postgres:17.1"
image: "postgres:17.2"
restart: unless-stopped
pull_policy: missing
environment:

View file

@ -34,7 +34,7 @@ services:
######## Postgres ########
mf-db17:
container_name: "mf-db"
image: "postgres:17.1"
image: "postgres:17.2"
restart: unless-stopped
pull_policy: missing
environment: