Skip to content

Commit 9e98c59

Browse files
authored
astroid: unpin the builder image and bump the pip version (#13416)
1 parent 87c7900 commit 9e98c59

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

projects/astroid/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@
1414
#
1515
##########################################################################
1616

17-
# Held back because of github.com/google/oss-fuzz/pull/13407
18-
# Please fix the build failure + upgrade.
17+
FROM gcr.io/oss-fuzz-base/base-builder-python
1918

20-
FROM gcr.io/oss-fuzz-base/base-builder-python@sha256:d223a882810372830fd7968eb3e64533f3a2318c90be43ac753a46a15946faec
21-
22-
RUN pip3 install --disable-pip-version-check --no-cache-dir pip==24.2
19+
RUN pip3 install --disable-pip-version-check --no-cache-dir pip==25.1.1
2320

2421
RUN git clone --depth=1 --no-tags https://github.com/pylint-dev/astroid
2522

0 commit comments

Comments
 (0)