This is an automated email from the ASF dual-hosted git repository.

starsz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new f73d0b9  docs: improve the documentation of alpine (#134)
f73d0b9 is described below

commit f73d0b93b8e430c76d9bfef06012ae61b8733dca
Author: Yuelin Zheng <[email protected]>
AuthorDate: Sun Feb 21 22:38:40 2021 +0800

    docs: improve the documentation of alpine (#134)
---
 alpine/README.MD | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/alpine/README.MD b/alpine/README.MD
index e9f00e9..a977a64 100644
--- a/alpine/README.MD
+++ b/alpine/README.MD
@@ -1,5 +1,7 @@
 ### When building with `alpine` basic image, please specify `APISIX_VERSION` 
through `build-arg`
 
+```shell
+$ docker build --build-arg APISIX_VERSION=$APISIX_VERSION -t $IMAGE_NAME .
 ```
-docker build --build-arg APISIX_VERSION=$APISIX_VERSION -t $IMAGE_NAME .
-```
\ No newline at end of file
+
+Note: The minimum version of docker that supports building image is `docker 
17.05.0-ce`.

Reply via email to