From d2c815a2fba372fcefa36303df18f44677c459c2 Mon Sep 17 00:00:00 2001 From: chrispypatt Date: Tue, 5 Nov 2024 02:32:33 +0000 Subject: [PATCH] bump OPENDBC_REF --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49315b94f99..c37ba4c65ca 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="b4c0dfeb4a449a315bbccbda526355f5dae261d3" +ENV OPENDBC_REF="96db061a07703403d807807beeecae6fe97d3f8c" 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/ && \