From 1bf3f55845cb0bafc8b7a0fca52d272c6d4556fa Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 16 Sep 2022 20:23:42 +0200 Subject: [PATCH] Pin deps and python version Signed-off-by: Knut Ahlers --- Dockerfile | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4e5df4d..67f2355 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:alpine +FROM python:3.10-alpine COPY requirements.txt /src/requirements.txt WORKDIR /src diff --git a/requirements.txt b/requirements.txt index 745a862..d816d54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -paho-mqtt -PyYAML -hvac -influxdb +hvac==0.11.2 +influxdb==5.3.1 +paho-mqtt==1.6.1 +PyYAML==6.0