From d05f35b3223484d60aaa86eaf1f028921939b056 Mon Sep 17 00:00:00 2001 From: maflcko <6399679+maflcko@users.noreply.github.com> Date: Mon, 6 May 2024 12:25:45 +0200 Subject: [PATCH] readstat: Use latest builder (#11911) This was fixed upstream Co-authored-by: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com> --- projects/readstat/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/readstat/Dockerfile b/projects/readstat/Dockerfile index 04bad07f0..d68a1aebe 100644 --- a/projects/readstat/Dockerfile +++ b/projects/readstat/Dockerfile @@ -14,8 +14,7 @@ # ################################################################################ -FROM gcr.io/oss-fuzz-base/base-builder@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e -# ! 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 RUN apt-get update && apt-get install -y make autoconf automake gettext libtool zip zlib1g-dev RUN git clone --depth 1 https://github.com/WizardMac/ReadStat readstat