From 629563eb52cb78caf28c0cf8bf876704c82c0c65 Mon Sep 17 00:00:00 2001 From: Cameron Steele Date: Sat, 6 Nov 2021 03:38:02 -0700 Subject: [PATCH] fix Big Sur build example build takes --build-arg and not -e, as I understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08377ca..3703444 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ docker run -it \ -e "DISPLAY=${DISPLAY:-:0.0}" \ sickcodes/docker-osx:big-sur -# docker build -t docker-osx -e VERSION='Big Sur' . +# docker build -t docker-osx --build-arg VERSION='Big Sur' . ``` ### Monterey [![https://img.shields.io/docker/image-size/sickcodes/docker-osx/monterey?label=sickcodes%2Fdocker-osx%3Amonterey](https://img.shields.io/docker/image-size/sickcodes/docker-osx/monterey?label=sickcodes%2Fdocker-osx%3Amonterey)](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)