diff --git a/README.md b/README.md index 7d463e2c..8ab79633 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,10 @@ In a word, Apinto API gateway enables the business development team to focus mor ### Get start -1. Download and unzip the installation package (here is an example of the installation package of version v0.6.4) +1. Download and unzip the installation package (here is an example of the installation package of version v0.7.0) ``` -wget https://github.com/eolinker/apinto/releases/download/v0.6.4/apinto-v0.6.4.linux.x64.tar.gz && tar -zxvf apinto-v0.6.4.linux.x64.tar.gz && cd apinto +wget https://github.com/eolinker/apinto/releases/download/v0.7.0/apinto-v0.7.0.linux.x64.tar.gz && tar -zxvf apinto-v0.7.0.linux.x64.tar.gz && cd apinto ``` 2. Start gateway: diff --git a/README_CN.md b/README_CN.md index 7975928c..005e86a6 100644 --- a/README_CN.md +++ b/README_CN.md @@ -93,10 +93,10 @@ Apinto是一个基于 Golang 开发的微服务网关,能够实现高性能 HT ### 启动 -1.下载安装包并解压(此处以v0.6.4版本的安装包示例) +1.下载安装包并解压(此处以v0.7.0版本的安装包示例) ``` -wget https://github.com/eolinker/apinto/releases/download/v0.6.4/apinto-v0.6.4.linux.x64.tar.gz && tar -zxvf apinto-v0.6.4.linux.x64.tar.gz && cd apinto +wget https://github.com/eolinker/apinto/releases/download/v0.7.0/apinto-v0.7.0.linux.x64.tar.gz && tar -zxvf apinto-v0.7.0.linux.x64.tar.gz && cd apinto ``` 2.启动网关: diff --git a/build/resources/Dockerfile b/build/resources/Dockerfile index e6e30cdf..a1de5da2 100644 --- a/build/resources/Dockerfile +++ b/build/resources/Dockerfile @@ -10,7 +10,7 @@ EXPOSE 9400 8099 VOLUME /var/lib/apinto #设置环境变量 -ENV APP=APINTO +ENV APP=apinto #解压网关程序压缩包 COPY ./apinto.linux.x64.tar.gz /