Skip to content

Commit

Permalink
fix: components/crud-web-apps/jupyter/Dockerfile to reduce vulnerabil…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 3, 2024
1 parent e33b868 commit b219d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/crud-web-apps/jupyter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --- Build the backend kubeflow-wheel ---
FROM python:3.8-slim AS backend-kubeflow-wheel
FROM python:3.13.0b4-slim AS backend-kubeflow-wheel

WORKDIR /src

Expand Down Expand Up @@ -41,7 +41,7 @@ COPY --from=frontend-kubeflow-lib /src/dist/kubeflow/ ./node_modules/kubeflow/
RUN npm run build -- --output-path=./dist/default --configuration=production

# Web App
FROM python:3.8-slim
FROM python:3.13.0b4-slim

WORKDIR /package
COPY --from=backend-kubeflow-wheel /src .
Expand Down

0 comments on commit b219d06

Please sign in to comment.