Skip to content

Commit

Permalink
Update README & Dockerfile with corresponding optimizer-ortools version
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsecadeline committed Jun 17, 2021
1 parent 5e0e96e commit 8924cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bundle install

This project requires some solver and interface projects in order to be fully functionnal!
* [Vroom v1.8.0](https://github.com/VROOM-Project/vroom/releases/tag/v1.8.0)
* [Optimizer-ortools](https://github.com/Mapotempo/optimizer-ortools) & [OR-tools v7.8](https://github.com/google/or-tools/releases/tag/v7.8)
* [Optimizer-ortools v1.5](https://github.com/Mapotempo/optimizer-ortools) & [OR-tools v7.8](https://github.com/google/or-tools/releases/tag/v7.8)

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG BUNDLE_WITHOUT="development test"
FROM vroomvrp/vroom-docker:${VROOM_VERSION:-v1.8.0} as vroom

# Rake
FROM ${REGISTRY}mapotempo-${BRANCH}/optimizer-ortools:${OPTIMIZER_ORTOOLS_VERSION:-v1.4.0}
FROM ${REGISTRY}mapotempo-${BRANCH}/optimizer-ortools:${OPTIMIZER_ORTOOLS_VERSION:-v1.5}
ARG BUNDLE_WITHOUT

ENV LANG C.UTF-8
Expand Down

0 comments on commit 8924cec

Please sign in to comment.