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