Revert to python v3.7 to increase build time on gh actions

This commit is contained in:
Philipp Grathwohl 2021-12-04 11:45:53 +01:00
parent 204b02106d
commit d80486abd0

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
FROM python:3.7 as base
# Install dependencies
RUN apt-get update \