Skip to content

Commit 0654185

Browse files
committed
docker cmd doc fix
Signed-off-by: luarss <[email protected]>
1 parent 8f75399 commit 0654185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/FlowTutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ OpenROAD-flow-scripts installation is complete.
6969
Launch the docker with OpenROAD-flow-scripts container as follows:
7070

7171
```shell
72-
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22-builder
72+
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder
7373
```
7474

7575
:::{seealso}

0 commit comments

Comments
 (0)