diff --git a/components/dashboard/Dockerfile b/components/dashboard/Dockerfile index 0d557c8..e639d2e 100644 --- a/components/dashboard/Dockerfile +++ b/components/dashboard/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.14.0a1-alpine ADD . / RUN pip install -r requirements.txt EXPOSE 8080