File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- * Released TBD *
5
+ * Released September 27th 2023 *
6
6
7
7
- Update default timeout from 30 to 60 seconds
8
8
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ into a local `bin/` directory that's on your path for your user.
122
122
123
123
``` sh
124
124
sudo curl \
125
- -L https://raw.githubusercontent.com/nickjj/wait-until/v0.2 .0/wait-until \
125
+ -L https://raw.githubusercontent.com/nickjj/wait-until/v0.3 .0/wait-until \
126
126
-o /usr/local/bin/wait-until && sudo chmod +x /usr/local/bin/wait-until
127
127
```
128
128
@@ -131,7 +131,7 @@ sudo curl \
131
131
You would add these instructions somewhere near the bottom of your ` Dockefile ` .
132
132
133
133
``` Dockerfile
134
- ADD https://raw.githubusercontent.com/nickjj/wait-until/v0.2 .0/wait-until /usr/local/bin
134
+ ADD https://raw.githubusercontent.com/nickjj/wait-until/v0.3 .0/wait-until /usr/local/bin
135
135
RUN chmod +x /usr/local/bin/wait-until
136
136
```
137
137
@@ -151,7 +151,7 @@ your system. Then you can put it anywhere you want.
151
151
152
152
``` sh
153
153
curl \
154
- -L https://raw.githubusercontent.com/nickjj/wait-until/v0.2 .0/wait-until \
154
+ -L https://raw.githubusercontent.com/nickjj/wait-until/v0.3 .0/wait-until \
155
155
-o wait-until && chmod +x wait-until
156
156
```
157
157
You can’t perform that action at this time.
0 commit comments