revert non working stuf

This commit is contained in:
Jan-Ole Hübner 2024-05-08 13:49:01 +02:00
parent 512ea61c85
commit 760ea9f7e5
2 changed files with 2 additions and 3 deletions

View file

@ -1,9 +1,8 @@
FROM python:3.12-bookworm FROM python:3.12-slim
# Labels # Labels
LABEL MAINTAINER="Jan-Ole Hübner <huebner@jan-ole.de>" LABEL MAINTAINER="Jan-Ole Hübner <huebner@jan-ole.de>"
RUN apt install ca-certificates
ADD requirements.txt / ADD requirements.txt /
RUN pip3 install -r /requirements.txt RUN pip3 install -r /requirements.txt

View file

@ -31,7 +31,7 @@ logger.addHandler(ch)
logger.setLevel(logging.INFO) logger.setLevel(logging.INFO)
__version__ = "v0.1.5" __version__ = "v0.1.6"
logger.info(__version__) logger.info(__version__)
client = InfluxDBClient(url=URL, token=TOKEN, org=ORG) client = InfluxDBClient(url=URL, token=TOKEN, org=ORG)