Closed bencourliss closed 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.
IMAGE_VERSION
src/main/resources/version.txt
Fixes #700
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 insrc/main/resources/version.txt
will be used verbatim.Fixes #700