We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96db061 commit 6cc54a5Copy full SHA for 6cc54a5
Dockerfile
@@ -37,7 +37,7 @@ RUN pip3 install --break-system-packages --no-cache-dir $PYTHONPATH/panda/[dev]
37
38
# TODO: this should be a "pip install" or not even in this repo at all
39
RUN git config --global --add safe.directory $PYTHONPATH/panda
40
-ENV OPENDBC_REF="b4c0dfeb4a449a315bbccbda526355f5dae261d3"
+ENV OPENDBC_REF="27d7ff12395b49deb2ec72b283cc995f8eb6d033"
41
RUN cd /tmp/ && \
42
git clone --depth 1 https://github.com/commaai/opendbc opendbc_repo && \
43
cd opendbc_repo && git fetch origin $OPENDBC_REF && git checkout FETCH_HEAD && rm -rf .git/ && \
0 commit comments