Skip to content

Commit 6d38c6f

Browse files
committed
Bump to 2.4.0
1 parent a13554b commit 6d38c6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wait"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
authors = ["ufoscout <[email protected]>"]
55

66
[dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM alpine
1818
ADD MySuperApp.sh /MySuperApp.sh
1919

2020
## Add the wait script to the image
21-
ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.3.0/wait /wait
21+
ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.4.0/wait /wait
2222
RUN chmod +x /wait
2323

2424
## Launch the wait tool and then your application

0 commit comments

Comments
 (0)