bump submodules (#29705)

* bump submodules

* bump rednose

* fix dockerfiles
This commit is contained in:
Justin Newberry
2023-08-29 17:02:38 -07:00
committed by GitHub
parent 39d2517d3d
commit 7a4eaeaf9f
6 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ COPY ./body ${OPENPILOT_PATH}/body
COPY ./third_party ${OPENPILOT_PATH}/third_party
COPY ./site_scons ${OPENPILOT_PATH}/site_scons
COPY ./laika_repo ${OPENPILOT_PATH}/laika_repo
RUN ln -s ${OPENPILOT_PATH}/laika_repo ${OPENPILOT_PATH}/laika
RUN ln -s ${OPENPILOT_PATH}/laika_repo/laika/ ${OPENPILOT_PATH}/laika
COPY ./rednose ${OPENPILOT_PATH}/rednose
COPY ./rednose_repo ${OPENPILOT_PATH}/rednose_repo
COPY ./tools ${OPENPILOT_PATH}/tools