aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/quick-xml/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/quick-xml/Dockerfile')
-rw-r--r--projects/quick-xml/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/quick-xml/Dockerfile b/projects/quick-xml/Dockerfile
index 843c3c8f..43995b86 100644
--- a/projects/quick-xml/Dockerfile
+++ b/projects/quick-xml/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 --depth 1 https://github.com/tafia/quick-xml
COPY fuzz_target_1.rs $SRC/quick-xml/fuzz/fuzz_targets/fuzz_target_1.rs