mirror of
https://github.com/Luzifer/mqtt2influx.git
synced 2024-12-20 17:41:22 +00:00
Pin deps and python version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d10d16819f
commit
1bf3f55845
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:alpine
|
FROM python:3.10-alpine
|
||||||
|
|
||||||
COPY requirements.txt /src/requirements.txt
|
COPY requirements.txt /src/requirements.txt
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
paho-mqtt
|
hvac==0.11.2
|
||||||
PyYAML
|
influxdb==5.3.1
|
||||||
hvac
|
paho-mqtt==1.6.1
|
||||||
influxdb
|
PyYAML==6.0
|
||||||
|
|
Loading…
Reference in a new issue