Skip to content

Commit 77ddc23

Browse files
authored
Update README.md (#411)
1 parent 42ef007 commit 77ddc23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros-agen
4444
## How to build the precompiled library
4545

4646
```bash
47-
docker pull microros/micro_ros_static_library_builder:rolling
48-
docker run -it --rm -v $(pwd):/project --env MICROROS_LIBRARY_FOLDER=extras microros/micro_ros_static_library_builder:rolling
47+
docker pull microros/micro_ros_static_library_builder:galactic
48+
docker run -it --rm -v $(pwd):/project --env MICROROS_LIBRARY_FOLDER=extras microros/micro_ros_static_library_builder:galactic
4949
```
5050
Note that folders added to `extras/library_generation/extra_packages` and entries added to `extras/library_generation/extra_packages/extra_packages.repos` will be taken into account by this build system.
5151

0 commit comments

Comments
 (0)