security fix
This commit is contained in:
parent
9a737c5be4
commit
f5d04c15e6
@ -15,7 +15,7 @@ USER root
|
||||
RUN apk add --no-cache gcc python3-dev openssl openssl-dev
|
||||
|
||||
|
||||
RUN pip install --upgrade pip && \
|
||||
RUN pip install --upgrade pip>=24.3.1 && \
|
||||
pip install build
|
||||
|
||||
# Copy the current directory contents into the container at /app
|
||||
|
||||
Loading…
Reference in New Issue
Block a user