Skip to content

Commit 842e373

Browse files
authored
Update README.md
1 parent 01a9cba commit 842e373

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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.0.0-ruby2.3
11+
FROM semtech/mu-ruby-template:2.3.0-ruby2.3
1212
MAINTAINER Erika Pauwels <erika.pauwels@gmail.com>
1313
# ONBUILD of mu-ruby-template takes care of everything
1414

@@ -18,7 +18,7 @@ The template supports the following environment variables:
1818

1919
- `MU_SPARQL_ENDPOINT`: SPARQL read endpoint URL. Default: `http://database:8890/sparql` (the triple store should be linked as `database` to the microservice).
2020

21-
- `MU_SPARQL_UPDATE_ENDPOINT`: SPARQL update endpoint path. This should be a path relative to the base of `MU_SPARQL_ENDPOINT`. Defaults to `/sparql`.
21+
- `MU_SPARQL_UPDATE_ENDPOINT`: SPARQL update endpoint path. This should be a path relative to the base of `MU_SPARQL_ENDPOINT`. Default: `/sparql`.
2222

2323
- `MU_APPLICATION_GRAPH`: configuration of the graph in the triple store the microservice will work in. Default: `http://mu.semte.ch/application`. The graph name can be used in the service via `settings.graph`.
2424

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

3030
docker run --volume /path/to/your/code:/app
3131
-e RACK_ENV=development
32-
-d semtech/mu-ruby-template:2.0.0-ruby2.3
32+
-d semtech/mu-ruby-template:2.3.0-ruby2.3
3333

3434
Changes will be automatically picked up by Sinatra.
3535

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

8181
docker run --volume /path/to/your/code:/app
8282
-e RACK_ENV=test
83-
-it semtech/mu-ruby-template:1.2.0-ruby2.1 /bin/bash
83+
-it semtech/mu-ruby-template:2.3.0-ruby2.3 /bin/bash
8484

8585
You can now run your tests inside the container with:
8686

0 commit comments

Comments
 (0)