diff --git a/projects/rust-lexical/Dockerfile b/projects/rust-lexical/Dockerfile index d12c4732f..f7229355d 100644 --- a/projects/rust-lexical/Dockerfile +++ b/projects/rust-lexical/Dockerfile @@ -13,10 +13,7 @@ # limitations under the License. # ################################################################################ -FROM gcr.io/oss-fuzz-base/base-builder-rust@sha256:c5216a9896a598dced7ce6708bb3226e443473f567045b4f282595776cc641f1 as builder -# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors +FROM gcr.io/oss-fuzz-base/base-builder-rust -## Install build dependencies. -RUN apt-get update RUN git clone --depth 1 https://github.com/Alexhuszagh/rust-lexical COPY build.sh $SRC/