mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 18:22:26 -05:00 
			
		
		
		
	[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.
This commit is contained in:
		
					parent
					
						
							
								a372ee9c05
							
						
					
				
			
			
				commit
				
					
						f7ac15fc1f
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -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 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue