update: meshcore-cli updated to 1.3.15

This commit is contained in:
MarekWo
2026-01-07 15:44:26 +01:00
parent 0a44a9d792
commit bcc12fdd38
+1 -1
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.12
RUN pip install --no-cache-dir meshcore-cli==1.3.15
# Copy bridge application
COPY requirements.txt .