diff --git a/docs/building.md b/docs/building.md index f875078b8..9208357fa 100644 --- a/docs/building.md +++ b/docs/building.md @@ -56,7 +56,7 @@ Build the Docker image with ```shell # Make sure to run this in the workspace directory -# ROS_DISTRO can be foxy|hunble|rolling +# ROS_DISTRO can be foxy|hunble|iron|rolling docker build -f src/ros2_rust/Dockerfile --build-arg "ROS_DISTRO=foxy" -t ros2_rust_dev ```