Skip to content

Commit

Permalink
Keep master on PX4 main
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin authored Sep 27, 2023
1 parent 1a04888 commit f202b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN pip3 install --upgrade pip && \
pyyaml

RUN git clone https://github.com/PX4/PX4-Autopilot.git ${FIRMWARE_DIR}
RUN git -C ${FIRMWARE_DIR} checkout v1.13.3
RUN git -C ${FIRMWARE_DIR} checkout main
RUN git -C ${FIRMWARE_DIR} submodule update --init --recursive

COPY edit_rcS.bash ${WORKSPACE_DIR}
Expand Down

0 comments on commit f202b9e

Please sign in to comment.