We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db693ab commit f9d911aCopy full SHA for f9d911a
README.md
@@ -43,7 +43,7 @@ For apps running Docker which rely (fully or partially) on configuration files i
43
You can directly download envplate binaries into your Dockerfile using Github releases like this:
44
45
```
46
-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
+RUN wget -q https://github.com/kreuzwerker/envplate/releases/download/v1.0.2/envplate_1.0.2_$(uname -s)_$(uname -m).tar.gz -O - | tar xz && mv envplate /usr/local/bin/ep && chmod +x /usr/local/bin/ep
47
48
...
49
0 commit comments