From 7ea27b53c8f3b1e37677c1ce9498229fceac9de6 Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Wed, 11 Dec 2024 19:15:47 +0100 Subject: [PATCH] Happy days :) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1dc3ab3e8..c90e9232bf 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="378967043dd72d29bb3f1207ac015fcc5e740451" +ENV OPENDBC_REF="a532dbd03230cea03548aa92b3c50508829abd85" RUN cd /tmp/ && \ git clone --depth 1 https://github.com/sunnypilot/opendbc opendbc_repo && \ cd opendbc_repo && git fetch origin $OPENDBC_REF && git checkout FETCH_HEAD && rm -rf .git/ && \