security fix

This commit is contained in:
Ishaan Jaffer 2025-09-26 19:21:06 -07:00
parent 9a737c5be4
commit f5d04c15e6

View File

@ -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