Skip to content

Commit f9d911a

Browse files
committed
docs(readme): update Dockerfile dl command
1 parent db693ab commit f9d911a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For apps running Docker which rely (fully or partially) on configuration files i
4343
You can directly download envplate binaries into your Dockerfile using Github releases like this:
4444

4545
```
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
46+
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
4747
4848
...
4949

0 commit comments

Comments
 (0)