aboutsummaryrefslogtreecommitdiff
path: root/projects/rust-regex/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/rust-regex/Dockerfile')
-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 c64a6a1e6..e1b5b40da 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