Skip to content

Commit

Permalink
Released 0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
yawn committed Nov 24, 2014
1 parent 89a7740 commit d8df72e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TOKEN = `cat .token`
REPO := envplate
USER := yawn
VERSION := "v0.0.2"
VERSION := "v0.0.3"

build:
mkdir -p out/darwin out/linux
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ For apps running Docker which rely (fully or partially) on configuration files i
You can directly download envplate binaries into your Dockerfile using Github releases like this:

```
RUN curl -sLo /usr/local/bin/ep https://github.com/yawn/envplate/releases/download/v0.0.2/ep-linux && chmod +x /usr/local/bin/ep
RUN curl -sLo /usr/local/bin/ep https://github.com/yawn/envplate/releases/download/v0.0.3/ep-linux && chmod +x /usr/local/bin/ep
...
CMD [ "/usr/local/bin/ep", "-v", "/etc/nginx/nginx.conf", "--", "/usr/sbin/nginx", "-c", "/etc/nginx/conf" ]
```
```

0 comments on commit d8df72e

Please sign in to comment.