Skip to content

Commit

Permalink
fix: components/crud-web-apps/volumes/Dockerfile to reduce vulnerabil…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 4, 2024
1 parent e33b868 commit 2821433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/crud-web-apps/volumes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN npm run build -- --output-path=./dist/default --configuration=production
RUN npm run build -- --output-path=./dist/rok --configuration=rok-prod

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

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

0 comments on commit 2821433

Please sign in to comment.