Skip to content

Commit

Permalink
docs: docker semver -> version
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Apr 30, 2020
1 parent 3eb458d commit 8c67162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Renovate supports upgrading dependencies in various types of Docker definition f

1. Renovate will search each repository for any files matching each manager's configured `fileMatch` pattern(s)
2. Files that match the pattern(s) are parsed and checked to see if they contain any Docker image references (e.g. `FROM` lines in a `Dockerfile`)
3. If the image tag in use "looks" like a semver (e.g. `node:12`, `node:12.1`, `node:12.1.0`, `node:12-onbuild`) then Renovate will look up the Docker registry to determine if any upgrades are available (e.g. `node:12.2.0`).
3. If the image tag in use "looks" like a version (e.g. `node:12`, `node:12.1`, `node:12.1.0`, `node:12-onbuild`) then Renovate will look up the Docker registry to determine if any upgrades are available (e.g. `node:12.2.0`).

## Preservation of Version Precision

Expand Down

0 comments on commit 8c67162

Please sign in to comment.