We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c7900 commit 9e98c59Copy full SHA for 9e98c59
projects/astroid/Dockerfile
@@ -14,12 +14,9 @@
14
#
15
##########################################################################
16
17
-# Held back because of github.com/google/oss-fuzz/pull/13407
18
-# Please fix the build failure + upgrade.
+FROM gcr.io/oss-fuzz-base/base-builder-python
19
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
+RUN pip3 install --disable-pip-version-check --no-cache-dir pip==25.1.1
23
24
RUN git clone --depth=1 --no-tags https://github.com/pylint-dev/astroid
25
0 commit comments