From a30a6775a5013bd42626ae7e36a1d21c9082a333 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 24 Aug 2023 14:14:24 -0700 Subject: [PATCH] bump cereal --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1eecae..6c6a889 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ RUN git config --global --add safe.directory '*' WORKDIR /project RUN git clone https://github.com/commaai/cereal.git /project/cereal && \ cd /project/cereal && \ - git checkout aed9fd278a704816aba11f4473aafefc281ed2bc && \ + git checkout 82bca3a9714b73c05414fdf848b6016a0ffac17d && \ rm -rf .git && \ scons -j$(nproc)