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 609acd9 commit 198d1c2Copy full SHA for 198d1c2
README.md
@@ -22,7 +22,7 @@ FROM alpine
22
ADD MySuperApp.sh /MySuperApp.sh
23
24
## Add the wait script to the image
25
-ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.7.3/wait /wait
+ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.8.0/wait /wait
26
RUN chmod +x /wait
27
28
## Launch the wait tool and then your application
0 commit comments