Skip to content

Commit

Permalink
Merge pull request #13 from b-reich/renovate/python-matter-server-6.x
Browse files Browse the repository at this point in the history
Update dependency python-matter-server to v6.5.0
  • Loading branch information
b-reich committed Sep 12, 2024
2 parents b2d84bc + afa9146 commit 101a134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ WORKDIR /data
FROM docker.io/library/python
COPY --from=build connectedhomeip/credentials /root/credentials

ENV MATTER_SERVER_VERSION=6.4.0
ENV MATTER_SERVER_VERSION=6.5.0

RUN pip3 install --no-cache-dir python-matter-server[server]=="${MATTER_SERVER_VERSION}"

Expand Down

0 comments on commit 101a134

Please sign in to comment.