Skip to content

Commit

Permalink
🔨 Rectified correct branch sourcing for ros2/demos in root Dockerfile.
Browse files Browse the repository at this point in the history
Signed-off-by: Bey Hao Yun <[email protected]>
  • Loading branch information
cardboardcode committed Mar 3, 2024
1 parent 0b73456 commit d591944
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 @@ -17,7 +17,7 @@ WORKDIR /home/user/
# Get ROS2 package image_tools available for sourcing.
USER user
RUN git clone https://github.com/ros2/demos.git \
--branch rolling_devel \
--branch rolling \
--single-branch \
--depth 1

Expand Down

0 comments on commit d591944

Please sign in to comment.