diff options
| author | 2025-03-10 09:24:37 +0000 | |
|---|---|---|
| committer | 2025-03-10 10:24:37 +0100 | |
| commit | 3db5bfa0f2d7528324c2fd6ae6d49d20da24eecf (patch) | |
| tree | a9d0d3adac68afd93960fcf91f264828b273033f /docs/getting_started/installation/container.md | |
| parent | [chore]: Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc... (diff) | |
| download | gotosocial-3db5bfa0f2d7528324c2fd6ae6d49d20da24eecf.tar.xz | |
[docs/zh] update zh docs: synced to 98c4cae + fix typo (#3884)
* [docs/zh] update zh docs: synced to 98c4cae8
* fix typo
* sync the support matrix in README
* update mkdocs.yml: add new article
Diffstat (limited to 'docs/getting_started/installation/container.md')
| -rw-r--r-- | docs/getting_started/installation/container.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/installation/container.md b/docs/getting_started/installation/container.md index 8d5e1fdec..55bc4beac 100644 --- a/docs/getting_started/installation/container.md +++ b/docs/getting_started/installation/container.md @@ -45,7 +45,7 @@ If desired, update the GoToSocial Docker image tag to the version of GtS you wan * `X.Y.Z`: release tag. This points to a specific, stable, release of GoToSocial. !!! tip - Both the `latest` and `snapshot` tags are moving tags, whereas the `vX.Y.Z` tags are immutable. The result of pulling a moving tag might change from day to day. `latest` on one system might not be the same `latest` on a different system. It's recommended to use the `X.Y.Z` tags instead so you always know exactly which version of GoToSocial you're running. The list of releases can be found [right here](https://github.com/superseriousbusiness/gotosocial/releases), with the newest release at the top. + Both the `latest` and `snapshot` tags are moving tags, whereas the `X.Y.Z` tags are immutable. The result of pulling a moving tag might change from day to day. `latest` on one system might not be the same `latest` on a different system. It's recommended to use the `X.Y.Z` tags instead so you always know exactly which version of GoToSocial you're running. The list of releases can be found [right here](https://github.com/superseriousbusiness/gotosocial/releases), with the newest release at the top. ### Host |
