Skip to content

Commit

Permalink
Bump robothub version to 2.4.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrNovota authored Jan 21, 2024
2 parents 81db816 + 1046844 commit 7b0ceeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-images-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ for elem in "${elems[@]}"; do
echo "Unknown ROBOTICS_VISION_CORE: ${ROBOTICS_VISION_CORE}"
continue
fi
ROBOTHUB_VERSION="2.3.0"
ROBOTHUB_VERSION="2.4.0"

TAG="${BASE_TAG}-${ROBOTICS_VISION_CORE}-${VARIANT}"
if [[ "${BASE_IMAGE}" == "ros:humble-ros-core" || "${BASE_IMAGE}" == "ros:humble-ros-base" ]]; then
Expand Down

0 comments on commit 7b0ceeb

Please sign in to comment.