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 f13fc66 commit ee1e43dCopy full SHA for ee1e43d
README.md
@@ -14,7 +14,7 @@ FROM alpine
14
ADD MySuperApp.sh /MySuperApp.sh
15
16
## Add the wait script to the image
17
-ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.2.1/wait /wait
+ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.3.0/wait /wait
18
RUN chmod +x /wait
19
20
## Launch the wait tool and then your application
0 commit comments