Update paho-mqtt to 1.6.1

Update Base image to 3.10 alpine python
update builder image to docker 20.10.10
This commit is contained in:
2021-11-17 19:49:52 +00:00
parent 58a827b1aa
commit 418eea6f1a
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.9.6-alpine3.14
FROM python:3.10-alpine
LABEL maintainer="Evan Richardson (evanrich81[at]gmail.com)"
ARG BUILD_DATE

View File

@@ -1,3 +1,3 @@
paho-mqtt==1.5.1
paho-mqtt==1.6.1
bottle==0.12.19
defusedxml==0.7.1