rust-lexical: Use latest builder (#11858)

Co-authored-by: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com>
This commit is contained in:
maflcko 2024-04-30 15:15:27 +02:00 committed by GitHub
parent 9ad8b6c852
commit 6551fed8c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -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/