Skip to content

Pass tool version to dockerfile #111

Open
@kkazmierczyk

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.)

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions