提交 c45373bf 编写于 作者: B Bart Wyatt

bump version to 1.0.10

上级 ade6f714
......@@ -20,7 +20,7 @@ set( CXX_STANDARD_REQUIRED ON)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 0)
set(VERSION_PATCH 9)
set(VERSION_PATCH 10)
set( CLI_CLIENT_EXECUTABLE_NAME cleos )
set( GUI_CLIENT_EXECUTABLE_NAME eosio )
......
......@@ -20,10 +20,10 @@ cd eos/Docker
docker build . -t eosio/eos
```
The above will build off the most recent commit to the master branch by default. If you would like to target a specific branch/tag, you may use a build argument. For example, if you wished to generate a docker image based off of the v1.0.9 tag, you could do the following:
The above will build off the most recent commit to the master branch by default. If you would like to target a specific branch/tag, you may use a build argument. For example, if you wished to generate a docker image based off of the v1.0.10 tag, you could do the following:
```bash
docker build -t eosio/eos:v1.0.9 --build-arg branch=v1.0.9 .
docker build -t eosio/eos:v1.0.10 --build-arg branch=v1.0.10 .
```
By default, the symbol in eosio.system is set to SYS. You can override this using the symbol argument while building the docker image.
......@@ -181,7 +181,7 @@ Note: if you want to use the mongo db plugin, you have to enable it in your `dat
```
# pull images
docker pull eosio/eos:v1.0.9
docker pull eosio/eos:v1.0.10
# create volume
docker volume create --name=nodeos-data-volume
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册