Skip to content

Commit

Permalink
update matter-server-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
wozz committed Jan 24, 2024
1 parent f5abde4 commit 252583c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion matter-server-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o wsproxy .
FROM node:21-alpine3.18 as build
WORKDIR /app

ENV MATTER_SERVER_UI_VERSION="v0.2.3"
ENV MATTER_SERVER_UI_VERSION="v0.2.4"

RUN \
apk add --no-cache git \
Expand Down
2 changes: 1 addition & 1 deletion matter-server-ui/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Matter Server UI
version: "0.2.4"
version: "0.2.5"
image: "ghcr.io/wozz/ha-addons/matter-server-ui-{arch}"
slug: matter-server-ui
description: "Web UI to connect directly to the home assistant matter server"
Expand Down

0 comments on commit 252583c

Please sign in to comment.