fix: Update meshcore-cli to version 1.3.16

This commit is contained in:
MarekWo
2026-01-31 07:04:38 +01:00
parent 2bb2d02476
commit a7af271d1f

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