Skip to content

Commit

Permalink
README: Update link for v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrister committed Nov 20, 2015
1 parent 91975e6 commit 4cbe1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We wrote a [blog post explaining why we built waitforservices how we use it](htt
First, install the utility into your image by adding this to your Dockerfile:

RUN curl --location --silent --show-error --fail \
https://github.com/Barzahlen/waitforservices/releases/download/v0.2/waitforservices \
https://github.com/Barzahlen/waitforservices/releases/download/v0.3/waitforservices \
> /usr/local/bin/waitforservices && \
chmod +x /usr/local/bin/waitforservices

Expand Down

0 comments on commit 4cbe1d7

Please sign in to comment.