Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix all docker builds being marked as
-dirty
(#2151)
Because we didn't copy `Dockerfile` or `docker-compose.yaml` previously, `git describe` would mark our working directory as `-dirty` leading to a response like `v0.5.3-dirty` from `GetVersion`.
- Loading branch information