We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e089a4f commit ce6eff2Copy full SHA for ce6eff2
1 file changed
.devcontainer/Dockerfile
@@ -22,7 +22,7 @@ ENV PYTHONUSERBASE="/home/dev/.local"
22
23
COPY --chown=dev:dev . .
24
25
-RUN pip install --no-cache-dir --root-user-action=ignore --upgrade pip==25.2 \
+RUN pip install --no-cache-dir --root-user-action=ignore --upgrade pip==25.3 \
26
&& pip install --no-cache-dir --root-user-action=ignore -e .[development,docs,test,casts,build] \
27
&& pre-commit install --install-hooks
28
0 commit comments