We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c8668 commit 5df2db2Copy full SHA for 5df2db2
Dockerfile
@@ -46,7 +46,7 @@ RUN pip3 install --upgrade pip && \
46
pyyaml
47
48
RUN git clone https://github.com/PX4/PX4-Autopilot.git ${FIRMWARE_DIR}
49
-RUN git -C ${FIRMWARE_DIR} checkout main
+RUN git -C ${FIRMWARE_DIR} checkout v1.15.4
50
RUN git -C ${FIRMWARE_DIR} submodule update --init --recursive
51
52
COPY edit_rcS.bash ${WORKSPACE_DIR}
0 commit comments