We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02e7de commit 2d71156Copy full SHA for 2d71156
2 files changed
.github/requirements-pip.txt
@@ -1 +1 @@
1
-pip==25.3 --hash=sha256:7e85e7c30b6b92849fd1cf646e2363a4e29e11fb5cd252d01d9c3b38e9eb37fa
+pip==25.0.1 --hash=sha256:c46efd13b6aa8279f33f2864459c8ce587ea6a1a59ee20de055868d8f7688f7f
Dockerfile
@@ -23,7 +23,7 @@ RUN apt-get update && \
23
COPY requirements.txt ./
24
25
# Install dependencies efficiently
26
-RUN pip install --no-cache-dir --upgrade pip==25.3 && \
+RUN pip install --no-cache-dir --upgrade pip==25.0.1 && \
27
pip install --no-cache-dir -r requirements.txt
28
29
# Copy the rest of the app source code
0 commit comments