1
0
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:
Chen-I Lim
2021-04-21 10:37:06 -07:00
parent 545fb64c00
commit acd2a89d5a
2 changed files with 3 additions and 3 deletions

View File

@@ -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