Skip to content

Commit a4ca3dd

Browse files
authored
fix vulnerability (#200)
* fix vulnerability * delete pyproject.toml
1 parent 6279741 commit a4ca3dd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ WORKDIR /code
66

77
COPY . .
88

9+
# Upgrade pip to fix security vulnerability GHSA-4xh5-x5gv-qwph
10+
RUN pip install --no-cache-dir --upgrade pip>=25.3
11+
912
RUN pip install --no-cache-dir --upgrade -r requirements.txt
1013

1114
# Install Node.js and pnpm with specific versions

0 commit comments

Comments
 (0)