aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/httparse/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/httparse/Dockerfile')
-rw-r--r--projects/httparse/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/httparse/Dockerfile b/projects/httparse/Dockerfile
index cffcc9f1..9b7b3208 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