Skip to content

Commit

Permalink
fix: components/crud-web-apps/tensorboards/Dockerfile to reduce vulne…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 4, 2024
1 parent e33b868 commit b986afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/crud-web-apps/tensorboards/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.0rc1-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 --configuration=production

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

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

0 comments on commit b986afc

Please sign in to comment.