From 08b304be382df0bb2496c00020f5cf7e8b694f63 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Sun, 4 Apr 2021 01:24:44 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 60e0620..665f8fb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Python3 based Docker for Eagle to MQTT reader I have only ported this into a dockerfile, All Original code (with one minor modification for XML root tag) is credit to [Ted Drain - TD22057](https://github.com/TD22057/T-Home). ## UPDATES: + +2020-04-03: I've moved the repo to my private Gitlab server, with a mirror set up to github. I did this so that I could easily integrate a CI/CD pipeline to build this image, as well as run some Security tools against the image to improve it's code quality. Please continue to open bug reports/issues/pull requests here in Github. Also swapped to defusedxml python module due to security issues around xmltree. Forgot to incrememnt the build number, but docker container latest is up-to-date. + 2019-07-24: Rebase to python 3.7.4-alpine3.10, update bottle to 0.12.17 2019-04-12: Rebase to python 3.7.3-alpine3.9