Skip to content

Commit 682d69b

Browse files
committed
release 2.10.0
This release moves the linkeddata gem from 2.0.0 to 3.0.1. See https://github.com/ruby-rdf/rdf/releases/tag/3.0.0 for more information
1 parent 5beee07 commit 682d69b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

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

99
### Example Dockerfile
1010

11-
FROM semtech/mu-ruby-template:2.9.0
11+
FROM semtech/mu-ruby-template:2.10.0
1212
LABEL maintainer="erika.pauwels@gmail.com"
1313
# ONBUILD of mu-ruby-template takes care of everything
1414

1515
### Versions
1616
The following versions of the mu-ruby-template are available:
17+
* `2.10.0`; `2.10.0-ruby2.5`
1718
* `2.9.0` ; `2.9.0-ruby2.5`
1819
* `2.8.0` ; `2.8.0-ruby2.5`
1920
* `2.7.0` ; `2.7.0-ruby2.5`
@@ -43,15 +44,15 @@ When developing, you can use the template image, mount the volume with your sour
4344
-p 8888:80 \
4445
-e RACK_ENV=development \
4546
--name my-js-test \
46-
semtech/mu-ruby-template:2.9.0
47+
semtech/mu-ruby-template:2.10.0
4748

4849
### Develop in mu.semte.ch stack
4950
When developing inside an existing mu.semte.ch stack, it is easiest to set the development mode and mount the sources directly. This makes it easy to setup links to the database and the dispatcher.
5051

5152
Optionally, you can publish the microservice on a different port, so you can access it directly without the dispatcher. In the example below, port 8888 is used to access the service directly. We set the path to our sources directly, ensuring we can develop the microservice in its original place.
5253

5354
yourMicroserviceName:
54-
image: semtech/mu-ruby-template:2.9.0
55+
image: semtech/mu-ruby-template:2.10.0
5556
ports:
5657
- 8888:80
5758
environment:
@@ -154,7 +155,7 @@ To run the tests while developing, start an interactive container in the test en
154155

155156
docker run --volume /path/to/your/code:/app
156157
-e RACK_ENV=test
157-
-it semtech/mu-ruby-template:2.9.0 /bin/bash
158+
-it semtech/mu-ruby-template:2.10.0 /bin/bash
158159

159160
You can now run your tests inside the container with:
160161

0 commit comments

Comments
 (0)