rename Dockerfile.ubuntu_22.04 -> Dockerfile.ubuntu22.04

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-01-08 12:12:44 -07:00
parent 80ecdf267f
commit c8e8661050
2 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ following command builds a Docker image.
```
cd OpenSTA
docker build --file Dockerfile.ubuntu_22.04 --tag OpenSTA .
docker build --file Dockerfile.ubuntu22.04 --tag OpenSTA .
```
To run a docker container using the OpenSTA image, use the -v option