aboutsummaryrefslogtreecommitdiff
path: root/projects/pygments
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-30 07:00:26 -0700
committerGitHub <noreply@github.com>2021-08-30 07:00:26 -0700
commit50f2fde16122a0455063a283cba2aa3d1f5e541a (patch)
treeca4f7def3131724f323ddcbd42556940fde644c7 /projects/pygments
parenta4cd74a98efe1266a4bdda079770baeb7fb2059a (diff)
downloadoss-fuzz-50f2fde16122a0455063a283cba2aa3d1f5e541a.tar.gz
[infra][python] Split out python projects to their own builder. (#6341)
Diffstat (limited to 'projects/pygments')
-rw-r--r--projects/pygments/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/pygments/Dockerfile b/projects/pygments/Dockerfile
index 3c750be6c..9b544249d 100644
--- a/projects/pygments/Dockerfile
+++ b/projects/pygments/Dockerfile
@@ -14,7 +14,7 @@
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder
+FROM gcr.io/oss-fuzz-base/base-builder-python
RUN git clone \
--depth 1 \