From 09df94b7fc948ba3616beaa0e83359686e9cf924 Mon Sep 17 00:00:00 2001 From: Joern Barthel Date: Sun, 12 Jul 2015 16:06:39 +0200 Subject: [PATCH] Release 0.0.8. --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index db5d08b..aea2391 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TOKEN = `cat .token` REPO := envplate USER := kreuzwerker -VERSION := "v0.0.7" +VERSION := "v0.0.8" build: darwin linux diff --git a/README.md b/README.md index 18e407c..b415aa7 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ 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/kreuzwerker/envplate/releases/download/v0.0.7/ep-linux && chmod +x /usr/local/bin/ep +RUN curl -sLo /usr/local/bin/ep https://github.com/kreuzwerker/envplate/releases/download/v0.0.8/ep-linux && chmod +x /usr/local/bin/ep ...