chore(deps): update postgres docker tag to v17.2 #250

Merged
renovate merged 1 commit from renovate/postgres-17.x into master 2024-11-23 05:34:02 +01:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

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