aboutsummaryrefslogtreecommitdiff
path: root/projects/httparse
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-30 11:47:04 -0700
committerGitHub <noreply@github.com>2021-08-30 11:47:04 -0700
commitb15c167739c51f991ab0779ccd1a07300563e00e (patch)
tree7655de99c00d3098da2023dedd29f4ed4e91f3c1 /projects/httparse
parent6ca77985cbcdae75075586c2a71ca15f5cb68020 (diff)
downloadoss-fuzz-b15c167739c51f991ab0779ccd1a07300563e00e.tar.gz
[infra][rust] Split out rust projects to their own builder image (#6352)
Diffstat (limited to 'projects/httparse')
-rw-r--r--projects/httparse/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/httparse/Dockerfile b/projects/httparse/Dockerfile
index cffcc9f12..9b7b32082 100644
--- a/projects/httparse/Dockerfile
+++ b/projects/httparse/Dockerfile
@@ -13,7 +13,7 @@
# limitations under the License.
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder
+FROM gcr.io/oss-fuzz-base/base-builder-rust
RUN git clone https://github.com/seanmonstar/httparse
WORKDIR $SRC