We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13554b commit 6d38c6fCopy full SHA for 6d38c6f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wait"
3
-version = "2.3.0"
+version = "2.4.0"
4
authors = ["ufoscout <[email protected]>"]
5
6
[dependencies]
README.md
@@ -18,7 +18,7 @@ FROM alpine
18
ADD MySuperApp.sh /MySuperApp.sh
19
20
## Add the wait script to the image
21
-ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.3.0/wait /wait
+ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.4.0/wait /wait
22
RUN chmod +x /wait
23
24
## Launch the wait tool and then your application
0 commit comments