From 75ec1a0c6a3d68f5f4bc2aa8ba57e55e4e0c286f Mon Sep 17 00:00:00 2001 From: Jason Young Date: Thu, 11 Mar 2021 16:27:39 -0500 Subject: [PATCH] Bump openpilot commit ref --- Dockerfile.panda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.panda b/Dockerfile.panda index ab6a678f9..012b642ab 100644 --- a/Dockerfile.panda +++ b/Dockerfile.panda @@ -60,7 +60,7 @@ RUN cd /tmp && \ RUN cd /tmp && \ git clone https://github.com/commaai/openpilot.git tmppilot || true && \ cd /tmp/tmppilot && \ - git pull && git checkout 9a605d2617bd701ce013eedbe0a47782c865fb09 && \ + git pull && git checkout 042c877393185cf0451b9cc957f6f7d51701bd2f && \ git submodule update --init cereal opendbc && \ mkdir /tmp/openpilot && \ cp -pR SConstruct tools/ selfdrive/ common/ cereal/ opendbc/ /tmp/openpilot && \