aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/rust-regex
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-30 11:47:04 -0700
committerGravatar GitHub <noreply@github.com>2021-08-30 11:47:04 -0700
commitb15c167739c51f991ab0779ccd1a07300563e00e (patch)
tree7655de99c00d3098da2023dedd29f4ed4e91f3c1 /projects/rust-regex
parent6ca77985cbcdae75075586c2a71ca15f5cb68020 (diff)
[infra][rust] Split out rust projects to their own builder image (#6352)
Diffstat (limited to 'projects/rust-regex')
-rw-r--r--projects/rust-regex/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/rust-regex/Dockerfile b/projects/rust-regex/Dockerfile
index c64a6a1e..e1b5b40d 100644
--- a/projects/rust-regex/Dockerfile
+++ b/projects/rust-regex/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/rust-lang/regex regex
WORKDIR $SRC