open-horizon / exchange-api

Horizon Exchange REST API Server
Apache License 2.0
11 stars 30 forks source link

Issue #700 - Add offset build number to Docker image version tag. #701

Closed bencourliss closed 1 year ago

bencourliss commented 1 year ago

The Docker image tag needs to incorporate the build number in the version. This is done by setting the IMAGE_VERSION environment variable. If this is omitted, then the version as defined in src/main/resources/version.txt will be used verbatim.

Fixes #700