Skip to content

Commit

Permalink
Prepare version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcnunes committed Oct 17, 2018
1 parent 5d299d8 commit dd51f2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"xc"
],
"BuildConstraints": "linux,amd64 windows,amd64 darwin,amd64",
"PackageVersion": "2.4.0",
"PackageVersion": "2.4.1",
"TaskSettings": {
"xc": {
"GOARM": "7"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ waitforit -file=./config.json
```
FROM node:6.5.0
ENV WAITFORIT_VERSION="v2.4.0"
ENV WAITFORIT_VERSION="v2.4.1"
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 @@ -93,7 +93,7 @@ RUN curl -o /usr/local/bin/waitforit -sSL https://github.com/maxcnunes/waitforit
```
FROM node:6.5.0
ENV WAITFORIT_VERSION="v2.4.0"
ENV WAITFORIT_VERSION="v2.4.1"
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 dd51f2a

Please sign in to comment.