From ee1e43d0d89f7d4e918b4e84e606863590c2567c Mon Sep 17 00:00:00 2001 From: Francesco Cina Date: Mon, 9 Jul 2018 08:53:06 +0200 Subject: [PATCH] Update docs to 2.3.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e468f6e..314879a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ FROM alpine ADD MySuperApp.sh /MySuperApp.sh ## Add the wait script to the image -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 RUN chmod +x /wait ## Launch the wait tool and then your application