Skip to content

Commit 08591c9

Browse files
committed
fix typo and version.
1 parent 0dcafd9 commit 08591c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM konstin2/maturin
44
# i.e. gh_username=myname
55
ARG gh_username=tushushu
66
ARG ulist_home="/home/ulist"
7-
ARG branch="release-0.1.0"
7+
ARG branch="release-0.2.0"
88

99
# Clone ulist repo
1010
RUN mkdir "$ulist_home" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ OS: Linux or MacOS
2424

2525
### Docker
2626
The docker images are saved in https://hub.docker.com/repository/docker/tushushu/ulist
27-
* Build by docker, please run `docker run -it -i <container ID>`, and then run `maturin build`.
27+
* Build by docker, please run `docker run -it -i <image ID>`, and then run `maturin build`.
2828
* Customize the build, please consider to change the arguments `gh_username`,
2929
`ulist_home` and `branch` in the `Dockerfile` before building.

0 commit comments

Comments
 (0)