From a7af271d1fd81cf545705db08017301d25776226 Mon Sep 17 00:00:00 2001 From: MarekWo Date: Sat, 31 Jan 2026 07:04:38 +0100 Subject: [PATCH] fix: Update meshcore-cli to version 1.3.16 --- meshcore-bridge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcore-bridge/Dockerfile b/meshcore-bridge/Dockerfile index 98559af..4b51e1a 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.15 +RUN pip install --no-cache-dir meshcore-cli==1.3.16 # Copy bridge application COPY requirements.txt .