Skip to content

Commit

Permalink
Corrected branch in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amarburg committed Jan 25, 2024
1 parent 4914321 commit 48436d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ARG WS_DIR=/home/$USERNAME/ros_ws
ONBUILD WORKDIR ${WS_DIR}/src

ARG ARENA_CAMERA_ROS_REPO=https://github.com/apl-ocean-engineering/arena_camera_ros.git
ARG ARENA_CAMERA_ROS_BRANCH=master
ARG ARENA_CAMERA_ROS_BRANCH=main
ONBUILD RUN echo "Cloning from ${ARENA_CAMERA_ROS_BRANCH} branch ${ARENA_CAMERA_ROS_REPO}"

# This will break cache when the repo changes
Expand Down

0 comments on commit 48436d5

Please sign in to comment.