Open
Description
Problem Description
Version is not shown correctly when running the app, for instance:
What is actually happening
Given the docker image ghcr.io/github/safe-settings:2.1.0
When I run docker run --rm -ti ghcr.io/github/safe-settings:2.1.0
Then I see safe-settings@0.1.0-rc.26 start
Given the docker image ghcr.io/github/safe-settings:2.1.0
When I run docker inspect ghcr.io/github/safe-settings:2.1.0 | jq -r '.[0].Config.Labels'
Then I see "version": "1.0"
What is the expected behavior
To show safe-settings@2.1.0 start
and version: 2.1.0