From cae64622076d77f6a6c7d93f7e80f143457e9a3e Mon Sep 17 00:00:00 2001 From: Tristan Maidment Date: Thu, 28 Nov 2024 14:27:33 -0500 Subject: [PATCH] update the ref for dockerfile, even though I'm using WSL --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 391f81c012..5bbf99d3a7 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="27d7ff12395b49deb2ec72b283cc995f8eb6d033" +ENV OPENDBC_REF="05112b0180ebc058ce3c3ff6c5449f93a95ea89f" 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/ && \