Open
Description
Is your feature request related to a problem? Please describe.
Currently in .Dockerfile
there is installed the latest version only. If new version is released, the build will not start and you have to manually set version in dockerfile.
Describe the solution you'd like
The solution is to use ARG
arguments: https://docs.docker.com/reference/dockerfile/#arg
Describe alternatives you've considered
The alternative is to use bump2version
but this is good option to use it for entire project (e.g. builds, setup package version in pyproject.toml etc.)