From 9deb85f58c67fe69cedf6739bce7551af5581191 Mon Sep 17 00:00:00 2001 From: Erika Pauwels Date: Wed, 24 May 2017 11:15:10 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5a6609..58790d4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Configure your entrypoint through the environment variable `APP_ENTRYPOINT` (def ## Example Dockerfile - FROM semtech/mu-ruby-template:2.4.0-ruby2.3 + FROM semtech/mu-ruby-template:2.5.0-ruby2.3 MAINTAINER Erika Pauwels # ONBUILD of mu-ruby-template takes care of everything @@ -27,7 +27,7 @@ To use the template while developing your app, start a container in development docker run --volume /path/to/your/code:/app -e RACK_ENV=development - -d semtech/mu-ruby-template:2.4.0-ruby2.3 + -d semtech/mu-ruby-template:2.5.0-ruby2.3 Changes will be automatically picked up by Sinatra. @@ -105,7 +105,7 @@ To run the tests while developing, start an interactive container in the test en docker run --volume /path/to/your/code:/app -e RACK_ENV=test - -it semtech/mu-ruby-template:2.4.0-ruby2.3 /bin/bash + -it semtech/mu-ruby-template:2.5.0-ruby2.3 /bin/bash You can now run your tests inside the container with: