diff --git a/Dockerfile b/Dockerfile index 12502d5..2031d42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /frontend RUN npm install; npm run build -FROM python:3.10-slim +FROM python:3.14-slim # Copy only requirements to cache them in docker layer WORKDIR /code