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 7, 2024
1 parent 4e37e73 commit 629e79c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion matter-server-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
FROM node:21-alpine3.18 as build
WORKDIR /app

ENV MATTER_SERVER_UI_VERSION="v0.2.0"
ENV MATTER_SERVER_UI_VERSION="v0.2.1"

RUN \
apk add --no-cache git \
&& git clone https://github.com/wozz/matter-server-ui.git \
&& cd matter-server-ui \
&& git checkout ${MATTER_SERVER_UI_VERSION} \
&& npm install \
--no-audit \
--no-fund \
--no-update-notifier \
&& npm run build

FROM nginx:alpine3.18
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.1"
version: "0.2.2"
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 629e79c

Please sign in to comment.