diff --git a/Dockerfile b/Dockerfile index e7bf274..d933bff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN git clone https://github.com/kubeflow/kubeflow.git && \ git checkout $COMMIT # --- Build the backend kubeflow-wheel --- -FROM python:3.7-slim AS backend-kubeflow-wheel +FROM python:3.12-slim AS backend-kubeflow-wheel WORKDIR /src @@ -44,7 +44,7 @@ COPY ./frontend/ . RUN npm run build -- --output-path=./dist/default --configuration=production # Web App -FROM python:3.7-slim +FROM python:3.12-slim WORKDIR /package COPY --from=backend-kubeflow-wheel /src/dist .