Skip to content

Commit 5db449d

Browse files
committed
Update README.md
1 parent 6d61845 commit 5db449d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Configure your entrypoint through the environment variable `APP_ENTRYPOINT` (def
88

99
## Example Dockerfile
1010

11-
FROM semtech/mu-ruby-template:2.5.0-ruby2.3
11+
FROM semtech/mu-ruby-template:2.6.0-ruby2.3
1212
MAINTAINER Erika Pauwels <erika.pauwels@gmail.com>
1313
# ONBUILD of mu-ruby-template takes care of everything
1414

@@ -27,7 +27,7 @@ To use the template while developing your app, start a container in development
2727

2828
docker run --volume /path/to/your/code:/app
2929
-e RACK_ENV=development
30-
-d semtech/mu-ruby-template:2.5.0-ruby2.3
30+
-d semtech/mu-ruby-template:2.6.0-ruby2.3
3131

3232
Changes will be automatically picked up by Sinatra.
3333

@@ -120,7 +120,7 @@ To run the tests while developing, start an interactive container in the test en
120120

121121
docker run --volume /path/to/your/code:/app
122122
-e RACK_ENV=test
123-
-it semtech/mu-ruby-template:2.5.0-ruby2.3 /bin/bash
123+
-it semtech/mu-ruby-template:2.6.0-ruby2.3 /bin/bash
124124

125125
You can now run your tests inside the container with:
126126

0 commit comments

Comments
 (0)