From bcc12fdd38c87b7c18dbe8295ccb1ff9589f32f8 Mon Sep 17 00:00:00 2001 From: MarekWo Date: Wed, 7 Jan 2026 15:44:26 +0100 Subject: [PATCH] update: meshcore-cli updated to 1.3.15 --- meshcore-bridge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcore-bridge/Dockerfile b/meshcore-bridge/Dockerfile index e0b10df..98559af 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.12 +RUN pip install --no-cache-dir meshcore-cli==1.3.15 # Copy bridge application COPY requirements.txt .