aboutsummaryrefslogtreecommitdiff
path: root/projects/httplib2
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/httplib2
parenta4cd74a98efe1266a4bdda079770baeb7fb2059a (diff)
downloadoss-fuzz-50f2fde16122a0455063a283cba2aa3d1f5e541a.tar.gz
[infra][python] Split out python projects to their own builder. (#6341)
Diffstat (limited to 'projects/httplib2')
-rw-r--r--projects/httplib2/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/httplib2/Dockerfile b/projects/httplib2/Dockerfile
index f7dcaf210..55a17f9b8 100644
--- a/projects/httplib2/Dockerfile
+++ b/projects/httplib2/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 https://github.com/httplib2/httplib2
COPY build.sh $SRC/