Skip to content

Commit

Permalink
Merge pull request #12 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.4.0
  • Loading branch information
b-reich committed Aug 5, 2024
2 parents 0180c7f + 76bed95 commit b2d84bc
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.3.0
ENV MATTER_SERVER_VERSION=6.4.0

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

Expand Down

0 comments on commit b2d84bc

Please sign in to comment.