Skip to content

Commit ac2f5a7

Browse files
author
petrnovota
committed
update robothub version to 2.5.3
1 parent 9db8374 commit ac2f5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-images-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for elem in "${elems[@]}"; do
3232
echo "Unknown ROBOTICS_VISION_CORE: ${ROBOTICS_VISION_CORE}"
3333
continue
3434
fi
35-
ROBOTHUB_VERSION="2.5.2"
35+
ROBOTHUB_VERSION="2.5.3"
3636

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

0 commit comments

Comments
 (0)