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 ########
|
||||
lldap-db17:
|
||||
container_name: "lldap-db"
|
||||
image: "postgres:17.1"
|
||||
image: "postgres:17.2"
|
||||
restart: unless-stopped
|
||||
pull_policy: missing
|
||||
environment:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue