From d80486abd0e4b79b1d1bb9206fe74149f61a9bae Mon Sep 17 00:00:00 2001 From: Philipp Grathwohl Date: Sat, 4 Dec 2021 11:45:53 +0100 Subject: [PATCH] Revert to python v3.7 to increase build time on gh actions --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 639e820..fa4c692 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \