Skip to content

Commit ce6eff2

Browse files
committed
Bump pip
1 parent e089a4f commit ce6eff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV PYTHONUSERBASE="/home/dev/.local"
2222

2323
COPY --chown=dev:dev . .
2424

25-
RUN pip install --no-cache-dir --root-user-action=ignore --upgrade pip==25.2 \
25+
RUN pip install --no-cache-dir --root-user-action=ignore --upgrade pip==25.3 \
2626
&& pip install --no-cache-dir --root-user-action=ignore -e .[development,docs,test,casts,build] \
2727
&& pre-commit install --install-hooks
2828

0 commit comments

Comments
 (0)