aboutsummaryrefslogtreecommitdiff
path: root/projects/unicode-rs
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/unicode-rs
parent6ca77985cbcdae75075586c2a71ca15f5cb68020 (diff)
downloadoss-fuzz-b15c167739c51f991ab0779ccd1a07300563e00e.tar.gz
[infra][rust] Split out rust projects to their own builder image (#6352)
Diffstat (limited to 'projects/unicode-rs')
-rw-r--r--projects/unicode-rs/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/unicode-rs/Dockerfile b/projects/unicode-rs/Dockerfile
index 13852620d..9d9cc4767 100644
--- a/projects/unicode-rs/Dockerfile
+++ b/projects/unicode-rs/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/unicode-rs/unicode-normalization
RUN git clone --depth 1 https://github.com/unicode-rs/unicode-segmentation