summaryrefslogtreecommitdiff
path: root/docs/getting_started
diff options
context:
space:
mode:
authorLibravatar Elliot Blackburn <elliot@lybrary.io>2025-02-25 11:47:07 +0000
committerLibravatar GitHub <noreply@github.com>2025-02-25 12:47:07 +0100
commit1c049ba295fe27a513594264f50277aad91c0f9d (patch)
tree9fca38a14d2f3420f2971b22876472f79aa309f1 /docs/getting_started
parent[chore] Fix typo in common.tsx (#3834) (diff)
downloadgotosocial-1c049ba295fe27a513594264f50277aad91c0f9d.tar.xz
[docs] correct docker version format (#3832)
The documentation explains that the release tag is in the format of `vX.Y.Z` for container images. This does not appear to be correct when looking at the image tags in dockerhub. It seems the `v` prefix has been dropped at some point, or was never in place.
Diffstat (limited to 'docs/getting_started')
-rw-r--r--docs/getting_started/installation/container.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started/installation/container.md b/docs/getting_started/installation/container.md
index 58b5a810a..8d5e1fdec 100644
--- a/docs/getting_started/installation/container.md
+++ b/docs/getting_started/installation/container.md
@@ -42,10 +42,10 @@ If desired, update the GoToSocial Docker image tag to the version of GtS you wan
* `latest`: the default. This points to the latest stable release of GoToSocial.
* `snapshot`: points to whatever code is currently on the main branch. Not guaranteed to be stable, and may often be broken. Use with caution.
-* `vX.Y.Z`: release tag. This points to a specific, stable, release of GoToSocial.
+* `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 `vX.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 `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.
### Host