diff --git a/ros2_ws/VERSION.jazzy b/ros2_ws/VERSION.jazzy index 8a9ecc2..7a6b383 100644 --- a/ros2_ws/VERSION.jazzy +++ b/ros2_ws/VERSION.jazzy @@ -1 +1 @@ -0.0.1 \ No newline at end of file +2.0.0-rc \ No newline at end of file diff --git a/ros2_ws/build.sh b/ros2_ws/build.sh index ab911aa..5a1bb1b 100755 --- a/ros2_ws/build.sh +++ b/ros2_ws/build.sh @@ -1,8 +1,8 @@ #!/bin/bash IMAGE_NAME=ghcr.io/aica-technology/ros2-ws -BASE_TAG=iron -ROS_DISTRO=iron +BASE_TAG=jazzy +ROS_DISTRO=jazzy SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)" if [[ ! -f "${SCRIPT_DIR}"/config/sshd_entrypoint.sh ]]; then