1
0
forked from iarv/mc-webui

upg: Meshcore-cli upgrade to 1.3.21

This commit is contained in:
MarekWo
2026-02-07 14:22:43 +01:00
parent a822d94317
commit 33aad637a5

View File

@@ -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.16
RUN pip install --no-cache-dir meshcore-cli==1.3.21
# Copy bridge application
COPY requirements.txt .