update dockerfile to python 3.10 and requirements for asyncio-mqtt

This commit is contained in:
avollkopf 2023-01-08 12:19:50 +01:00
parent 4dd20ff985
commit 7504ae23f6
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ RUN apk --no-cache add curl && mkdir /downloads
# Download installation files
RUN curl https://github.com/avollkopf/craftbeerpi4-ui/archive/main.zip -L -o ./downloads/cbpi-ui.zip
FROM python:3.9 as base
FROM python:3.10 as base
# Install dependencies
RUN apt-get update \

View file

@ -18,7 +18,7 @@ numpy==1.22.2
cbpi4gui
click==8.1.3
importlib_metadata==4.11.1
asyncio-mqtt
asyncio-mqtt==0.16.1
psutil==5.9.4
zipp>=0.5
colorama==0.4.6