chore(deps): update postgres docker tag to v17.2
This commit is contained in:
parent
16065d82d6
commit
831f1256eb
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue