chore(deps): update postgres docker tag to v17.1 #240
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ services:
|
||||||
######## Postgres ########
|
######## Postgres ########
|
||||||
lldap-db17:
|
lldap-db17:
|
||||||
container_name: "lldap-db"
|
container_name: "lldap-db"
|
||||||
image: "postgres:17.0"
|
image: "postgres:17.1"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
pull_policy: missing
|
pull_policy: missing
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue