diff --git a/Makefile b/Makefile index 275940e..2687b5f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TOKEN = `cat .token` REPO := envplate USER := yawn -VERSION := "v0.0.3" +VERSION := "v0.0.4" build: mkdir -p out/darwin out/linux diff --git a/README.md b/README.md index 28b02a9..294bca1 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ 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.3/ep-linux && chmod +x /usr/local/bin/ep +RUN curl -sLo /usr/local/bin/ep https://github.com/yawn/envplate/releases/download/v0.0.4/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" ] ``` -## Full example +## Full example ``` $ cat /etc/foo.conf