Reference to container :latest in infrastructure
# Feature Request
<!--
Thanks for contributing to our project!
Before creating a feature request, please read this first:
- Use the template below
- Check if there are related issues
- Determine where the request should be reported:
https://gitlab.com/dlr-shepard/shepard/-/blob/main/CONTRIBUTING.md#how-can-i-contribute
- Use a clear and descriptive title for the issue to identify the suggestion
- For code snippets and logs please use Markdown code blocks:
https://docs.gitlab.com/ee/user/markdown.html
-->
## :goal_net: Goal
As an administrator I want the `docker-compose.yml` file provided in the `infrastructure` folder to link to the docker container with the proper version if a tag is checked out.
## :sports_medal: Acceptance Criteria
1. I check out a tag of a certain version, e.g. `1.0.0-release`
2. When I use the `infrastructure` folder to setup my system, I get the selected version
## :bulb: Hints
At the moment fixed image version are provided for all dependencies, but not for `frontend` and `backend` which always refer to `:latest`. Even if I check out a specific tag I will end up with the most recent release which may be completely incompatible with the provided dependencies of neo4j, mongoDB and others. And I would not expect this.
issue