Skip to content

Commit

Permalink
Prepare version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcnunes committed Sep 4, 2018
1 parent 5c7291a commit 8997425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Expand Up @@ -4,7 +4,7 @@
"xc"
],
"BuildConstraints": "linux,amd64 windows,amd64 darwin,amd64",
"PackageVersion": "2.3.0",
"PackageVersion": "2.4.0",
"TaskSettings": {
"xc": {
"GOARM": "7"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -82,7 +82,7 @@ waitforit -file=./config.json
```
FROM node:6.5.0
ENV WAITFORIT_VERSION="v2.3.0"
ENV WAITFORIT_VERSION="v2.4.0"
RUN curl -o /usr/local/bin/waitforit -sSL https://github.com/maxcnunes/waitforit/releases/download/$WAITFORIT_VERSION/waitforit-linux_amd64 && \
chmod +x /usr/local/bin/waitforit
```
Expand All @@ -92,7 +92,7 @@ RUN curl -o /usr/local/bin/waitforit -sSL https://github.com/maxcnunes/waitforit
```
FROM node:6.5.0
ENV WAITFORIT_VERSION="v2.3.0"
ENV WAITFORIT_VERSION="v2.4.0"
RUN wget -q -O /usr/local/bin/waitforit https://github.com/maxcnunes/waitforit/releases/download/$WAITFORIT_VERSION/waitforit-linux_amd64 \
&& chmod +x /usr/local/bin/waitforit
```
Expand Down

0 comments on commit 8997425

Please sign in to comment.