diff --git a/docs/usage/docker.md b/docs/usage/docker.md index b669c037a149859c8c2fa4fea788610f0b4bc914..a3e14ea3705387b961d107ab4da439ef910c0d59 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -27,7 +27,7 @@ Renovate by default will preserve the precision of Docker images. For example if Although suffixes in semver indicate pre-releases (e.g. `v1.2.0-alpha.2`), in Docker they typically indicate compatibility, e.g. `12.2.0-alpine`. Renovate defaults to assuming suffixes indicate compatibility so will never _change_ it. e.g. `12.1.0-alpine` might get updated to `12.1.1-alpine` but never `12.1.1` or `12.1.1-stretch`. -If this behaviour does not suit a particular package you have, Renovate allows you to customize the `versionScheme` in use. For example, if you have a Docker image `foo/bar` that sticks to semver versioning and you need Renovate to understand that suffixes indicate pre-releases versions and not compatibility, then you could configure this pacckage rule: +If this behaviour does not suit a particular package you have, Renovate allows you to customize the `versionScheme` in use. For example, if you have a Docker image `foo/bar` that sticks to semver versioning and you need Renovate to understand that suffixes indicate pre-releases versions and not compatibility, then you could configure this package rule: ```json {