Revert "moonraker: use python:3.10 base image until #43 is fixed"

This reverts commit 4b5452a80c.
This commit is contained in:
Markus Küffner
2022-11-16 17:45:58 +01:00
parent 4b5452a80c
commit 8bedccf548

View File

@@ -1,5 +1,5 @@
## Get Code and Build venv
FROM python:3.10 as build
FROM python:3 as build
ARG REPO=https://github.com/Arksine/moonraker
ARG VERSION=master