We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b0ade commit 15221e5Copy full SHA for 15221e5
3.13/Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get update && \
9
curl \
10
ca-certificates \
11
gnupg && \
12
- pip3 install --no-cache-dir --upgrade pip==25.1.1 && \
+ pip3 install --no-cache-dir --upgrade pip && \
13
apt-get -q -y clean && \
14
rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*
15
0 commit comments