From 372fc91143ade932e5191b303aea907ac55bc26e Mon Sep 17 00:00:00 2001 From: Falko Richter Date: Thu, 11 Jul 2024 09:45:58 +0200 Subject: [PATCH] pinned fixed --- bffh-v0.4.2-with-python3-dockerfile-v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bffh-v0.4.2-with-python3-dockerfile-v2 b/bffh-v0.4.2-with-python3-dockerfile-v2 index 3610e40..a30997d 100644 --- a/bffh-v0.4.2-with-python3-dockerfile-v2 +++ b/bffh-v0.4.2-with-python3-dockerfile-v2 @@ -1,7 +1,7 @@ FROM registry.gitlab.com/fabinfra/fabaccess/bffh:v0.4.2 RUN apt update && apt install -y python3 python3-pip -RUN pip3 install paho-mqtt=1.6.1 +RUN pip3 install paho-mqtt==1.6.1 # this adds python3 to this version of the fabaccess bffh server # also installs paho-mqtt as it's required for https://gitlab.com/volkersfreunde/tasmota