Skip to content

Commit a0c1520

Browse files
authored
refactor(docker): Update docker/gisnav/Dockerfile
1 parent cf15ab5 commit a0c1520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/gisnav/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ USER $USERNAME
1313
# Install GISNav & colcon dependencies
1414
RUN mkdir -p $HOME/colcon_ws/src && \
1515
cd $HOME/colcon_ws/src && \
16-
git clone --branch hmakelin-update-px4-v1.14 https://github.com/hmakelin/gisnav.git && \
16+
git clone https://github.com/hmakelin/gisnav.git && \
1717
git clone https://github.com/hmakelin/gisnav_msgs.git && \
1818
git clone https://github.com/px4/px4_msgs.git && \
1919
rosdep update && \

0 commit comments

Comments
 (0)