mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
upg: Meshcore-cli upgrade to 1.4.2
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -102,3 +102,4 @@ docs/UI-Contact-Management-MVP-v2.md
|
||||
docs/TEST-PLAN-Contact-Management-v2.md
|
||||
docs/github-discussion-*.md
|
||||
docs/github-response-spaces-in-device-name.md
|
||||
docs/check-compat-howto.md
|
||||
|
||||
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install meshcore-cli (from PyPI)
|
||||
RUN pip install --no-cache-dir meshcore-cli==1.3.21
|
||||
RUN pip install --no-cache-dir meshcore-cli==1.4.2
|
||||
|
||||
# Copy bridge application
|
||||
COPY requirements.txt .
|
||||
|
||||
Reference in New Issue
Block a user