mirror of
https://github.com/Luzifer/mqtt2influx.git
synced 2024-12-20 09:31:23 +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
|
||||
WORKDIR /src
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue