Skip to content

Commit

Permalink
chore(deps): update ghcr.io/home-assistant-libs/python-matter-server …
Browse files Browse the repository at this point in the history
…docker tag to v7.0.1 (#6232)
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent 32257fb commit 2c6b0b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/matter-server/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"no_gui": true,
"port": 9997,
"id": "matter-server",
"tipi_version": 15,
"version": "7.0.0",
"tipi_version": 16,
"version": "7.0.1",
"categories": ["utilities", "automation"],
"author": "OpenHomeFoundation",
"description": "This project implements a Matter Controller Server over WebSockets using the official Matter (formerly CHIP) SDK as a base and provides both a server and client implementation.",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734977938000
"updated_at": 1736110091000
}
2 changes: 1 addition & 1 deletion apps/matter-server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
matter-server:
image: ghcr.io/home-assistant-libs/python-matter-server:7.0.0
image: ghcr.io/home-assistant-libs/python-matter-server:7.0.1
container_name: matter-server
restart: unless-stopped
network_mode: host
Expand Down

0 comments on commit 2c6b0b9

Please sign in to comment.