From 6551fed8c4ba3f6b6e364ab6fd5cf6b656a55063 Mon Sep 17 00:00:00 2001 From: maflcko <6399679+maflcko@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:15:27 +0200 Subject: [PATCH] rust-lexical: Use latest builder (#11858) Co-authored-by: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com> --- projects/rust-lexical/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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/