Skip to content

Commit

Permalink
update robothub version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
petrnovota committed Mar 24, 2024
1 parent 5d69878 commit 9db8374
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.5.0"
ROBOTHUB_VERSION="2.5.2"

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 9db8374

Please sign in to comment.