summaryrefslogtreecommitdiff
path: root/docker/ubuntu22-ci/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docker/ubuntu22-ci/README.md')
-rw-r--r--docker/ubuntu22-ci/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/ubuntu22-ci/README.md b/docker/ubuntu22-ci/README.md
index 617192eb71..116b3c0e4a 100644
--- a/docker/ubuntu22-ci/README.md
+++ b/docker/ubuntu22-ci/README.md
@@ -5,7 +5,7 @@ This builds an ubuntu 22.04 container for dev / test
# Build
```
-docker build -t frr-ubuntu22:latest -f docker/ubuntu-ci/Dockerfile .
+docker build -t frr-ubuntu22:latest --build-arg=UBUNTU_VERSION=22.04 -f docker/ubuntu-ci/Dockerfile .
```
# Run