Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update docker.md #3340

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Available tags are:
- `latest` for the latest official release.
- `master` for the bleeding-edge version. This image is built after every new commit to the master branch in the [Z-Wave JS UI](https://github.com/zwave-js/zwave-js-ui/commits/master) repository. Use at your own caution.
- `sha-<commit-sha>` (example: `sha-92d502a`)
- _Version tags:_ We provide multiple ones with different specificity in the [samentic versioning](https://semver.org/):
- _Version tags:_ We provide multiple ones with different specificity in the [semantic versioning](https://semver.org/):
- `<major>`: latest release **within the same major**, example: `8` will update for any v8.\* but will not update for v9.0.0.
- `<major>.<minor>`: latest release **within the same minor**, example: `8.2` will update for any v8.2.1, v8.2.2 and v8.2.9; but not for v8.3.0.
- `<major>.<minor>.<patch>`: static pointer to a specific release, example `8.2.1`.
Expand Down
Loading