Skip to content

Commit

Permalink
Update version of RMLMapper to 7.1.0 in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsnd authored and DylanVanAssche committed Sep 18, 2024
1 parent 9561c67 commit 3575a30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

### Changed
- Updated RMLMapper version used in `Dockerfile` to 7.1.0

## [2.3.4] - 2024-05-17

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ADD . /rmlmapper-webapi-js/

WORKDIR rmlmapper-webapi-js
RUN npm install && \
wget --output-document=rmlmapper.jar https://github.com/RMLio/rmlmapper-java/releases/download/v6.2.1/rmlmapper-6.2.1-r368-all.jar && \
echo 'v6.2.1' > rmlmapper-version.txt
wget --output-document=rmlmapper.jar https://github.com/RMLio/rmlmapper-java/releases/download/v7.1.0/rmlmapper-7.1.0-r374-all.jar && \
echo 'v7.1.0' > rmlmapper-version.txt


#after boot
Expand Down

0 comments on commit 3575a30

Please sign in to comment.