temporal
temporal copied to clipboard
`temporalio/server` image 1.23.0 reports RC version
Expected Behavior
The version string of a release version of temporal-server should not include -rc.
Actual Behavior
The temporal-server binary in the official temporalio/[email protected] image on Docker reports a -rc version:
docker run -it temporalio/server:1.23.0 -- bash
$ temporal-server --version
temporal version 1.23.0-rc16
Steps to Reproduce the Problem
- Load the official docker image
temporalio/[email protected]from docker hub. (digestsha256:c97983007672fd402c4e4c460a80d0056821bc8338732ede2e1fafd4f86d3ce2) - Start a container and run
temporal-server --version - Alternatively, use the temporal-ui to show the server version.
Specifications
- Version: 1.23.0
- Platform: tried amd64 and arm64 images