You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	Update dockerfile and docs to v0.6.5 release
This commit is contained in:
		| @@ -5,7 +5,7 @@ RUN apt-get update && \ | ||||
|     apt-get install -y gzip tar wget | ||||
|  | ||||
| # Now install Focalboard as a seperate layer | ||||
| RUN wget https://github.com/mattermost/focalboard/releases/download/v0.6.1/focalboard-server-linux-amd64.tar.gz && \ | ||||
| RUN wget https://github.com/mattermost/focalboard/releases/download/v0.6.5/focalboard-server-linux-amd64.tar.gz && \ | ||||
|     tar -xvzf focalboard-server-linux-amd64.tar.gz && \ | ||||
|     mv focalboard /opt | ||||
|  | ||||
|   | ||||
| @@ -17,10 +17,10 @@ Popular hosted options include: | ||||
|  | ||||
| ## Install Focalboard | ||||
|  | ||||
| Download the Ubuntu archive package from the appropriate [release in GitHub](https://github.com/mattermost/focalboard/releases). E.g. this is the link for v0.6.1: | ||||
| Download the Ubuntu archive package from the appropriate [release in GitHub](https://github.com/mattermost/focalboard/releases). E.g. this is the link for v0.6.5 (which may no longer be the latest one): | ||||
|  | ||||
| ``` | ||||
| wget https://github.com/mattermost/focalboard/releases/download/v0.6.1/focalboard-server-linux-amd64.tar.gz | ||||
| wget https://github.com/mattermost/focalboard/releases/download/v0.6.5/focalboard-server-linux-amd64.tar.gz | ||||
| tar -xvzf focalboard-server-linux-amd64.tar.gz | ||||
| sudo mv focalboard /opt | ||||
| ``` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user