mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-22 06:58:17 +01:00
update dockerfile to python 3.10 and requirements for asyncio-mqtt
This commit is contained in:
parent
4dd20ff985
commit
7504ae23f6
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue