Skip to content

Commit b172693

Browse files
author
Rui Yang
committed
build-arg for ubuntu was added to alpine in readme
Signed-off-by: Rui Yang <[email protected]>
1 parent 5c8826e commit b172693

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
@@ -322,8 +322,8 @@ will stop the build.
322322
Run the tests with the following commands for both `alpine` and `ubuntu` images:
323323

324324
```sh
325-
docker build -t docker-image-resource -f dockerfiles/alpine/Dockerfile --build-arg base_image=ubuntu:latest .
326-
docker build -t docker-image-resource -f dockerfiles/ubuntu/Dockerfile .
325+
docker build -t docker-image-resource -f dockerfiles/alpine/Dockerfile .
326+
docker build -t docker-image-resource -f dockerfiles/ubuntu/Dockerfile --build-arg base_image=ubuntu:latest .
327327
```
328328

329329
To use the newly built image, push it to a docker registry that's accessible to

0 commit comments

Comments
 (0)