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 5ca4b4c commit 5d6a2ddCopy full SHA for 5d6a2dd
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.0/wait /wait
+ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.2.1/wait /wait
18
RUN chmod +x /wait
19
20
## Launch the wait tool and then your application
0 commit comments