File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,7 @@ ENV PATH="/opt/warehouse/bin:${PATH}"
7878
7979# Next, we want to update pip inside of this virtual
8080# environment to ensure that we have the latest version.
81- # Pinned due to https://github.com/jazzband/pip-tools/issues/2176
82- RUN pip --no-cache-dir --disable-pip-version-check install --upgrade pip==25.0.1
81+ RUN pip --no-cache-dir --disable-pip-version-check install --upgrade pip
8382
8483# We copy this into the docker container prior to copying in the rest of our
8584# application so that we can skip installing requirements if the only thing
@@ -143,8 +142,7 @@ ENV PATH="/opt/warehouse/bin:${PATH}"
143142
144143# Next, we want to update pip inside of this virtual
145144# environment to ensure that we have the latest version.
146- # Pinned due to https://github.com/jazzband/pip-tools/issues/2176
147- RUN pip --no-cache-dir --disable-pip-version-check install --upgrade pip==25.0.1
145+ RUN pip --no-cache-dir --disable-pip-version-check install --upgrade pip
148146
149147# We copy this into the docker container prior to copying in the rest of our
150148# application so that we can skip installing requirements if the only thing
You can’t perform that action at this time.
0 commit comments