1
0
Fork 0
mirror of https://github.com/Luzifer/mqtt2influx.git synced 2024-10-18 05:44:19 +00:00

Pin deps and python version

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-09-16 20:23:42 +02:00
parent d10d16819f
commit 1bf3f55845
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM python:alpine
FROM python:3.10-alpine
COPY requirements.txt /src/requirements.txt
WORKDIR /src

View file

@ -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