From 8bd4e2d2dc3d421de63ebd9a6a9cb891162cb923 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 19 Feb 2025 17:19:54 -0800 Subject: [PATCH] bump opendbc ref to master --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b3274f8..e8e830dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN pip3 install --break-system-packages --no-cache-dir $PYTHONPATH/panda/[dev] # TODO: this should be a "pip install" or not even in this repo at all RUN git config --global --add safe.directory $PYTHONPATH/panda -ENV OPENDBC_REF="39e10a045a4a5411a64de791ae463461f8a5f37b" +ENV OPENDBC_REF="6f83fdf9b9a26e2f20e58aed5623137ca2f61d3c" RUN cd /tmp/ && \ git clone --depth 1 https://github.com/commaai/opendbc opendbc_repo && \ cd opendbc_repo && git fetch origin $OPENDBC_REF && git checkout FETCH_HEAD && rm -rf .git/ && \