From 33aad637a523b5472e00075c361a2de38009f84b Mon Sep 17 00:00:00 2001 From: MarekWo Date: Sat, 7 Feb 2026 14:22:43 +0100 Subject: [PATCH] upg: Meshcore-cli upgrade to 1.3.21 --- meshcore-bridge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcore-bridge/Dockerfile b/meshcore-bridge/Dockerfile index 4b51e1a..58000c2 100644 --- a/meshcore-bridge/Dockerfile +++ b/meshcore-bridge/Dockerfile @@ -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 .