Skip to content

Commit

Permalink
Dump optimizer-ortools to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Graber committed Jul 11, 2022
1 parent 2232a7e commit 40f049c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

### Changed

- Dump optimizer-ortools to v1.16.0 [#444] (https://github.com/Mapotempo/optimizer-api/pull/444)

### Removed

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bundle install

This project requires some solver and interface projects in order to be fully functional!
* [Vroom v1.8.0](https://github.com/VROOM-Project/vroom/releases/tag/v1.8.0)
* [Optimizer-ortools v1.15.0](https://github.com/Mapotempo/optimizer-ortools) & [OR-Tools v7.8](https://github.com/google/or-tools/releases/tag/v7.8) (use the version corresponding to your system operator, not source code).
* [Optimizer-ortools v1.16.0](https://github.com/Mapotempo/optimizer-ortools) & [OR-Tools v7.8](https://github.com/google/or-tools/releases/tag/v7.8) (use the version corresponding to your system operator, not source code).

Note : when updating OR-Tools you should to recompile optimizer-ortools.

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM vroomvrp/vroom-docker:${VROOM_VERSION:-v1.8.0} as vroom
# optimizer-api repo to force the CI to use a specific mapotempo/optimizer-ortools image.
# Mapotempo devs can also set this variable to their github username on their own optimizer-api repo
# to force the CI to use the last succesful username/optimizer-ortools image.
FROM ${REGISTRY:-registry.mapotempo.com/}mapotempo-${BRANCH:-ce}/optimizer-ortools:${OPTIMIZER_ORTOOLS_VERSION:-v1.15.0}
FROM ${REGISTRY:-registry.mapotempo.com/}mapotempo-${BRANCH:-ce}/optimizer-ortools:${OPTIMIZER_ORTOOLS_VERSION:-v1.16.0}
ARG BUNDLE_WITHOUT

ENV LANG C.UTF-8
Expand Down

0 comments on commit 40f049c

Please sign in to comment.