mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-23 07:28:13 +01:00
Revert to python v3.7 to increase build time on gh actions
This commit is contained in:
parent
204b02106d
commit
d80486abd0
1 changed files with 1 additions and 1 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
|
||||
FROM python:3.7 as base
|
||||
|
||||
# Install dependencies
|
||||
RUN apt-get update \
|
||||
|
|
Loading…
Reference in a new issue