Skip to content

Commit

Permalink
Updating docker preview image to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattermost-build committed Jul 15, 2016
1 parent d9eaefa commit 1c34195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ENV MYSQL_DATABASE=mattermost_test
WORKDIR /mm

# Copy over files
ADD https://releases.mattermost.com/3.2.0-rc1/mattermost-team-3.2.0-rc1-linux-amd64.tar.gz .
RUN tar -zxvf ./mattermost-team-3.2.0-rc1-linux.amd64.tar.gz
ADD https://releases.mattermost.com/3.2.0/mattermost-team-3.2.0-linux-amd64.tar.gz .
RUN tar -zxvf ./mattermost-team-3.2.0-linux.amd64.tar.gz
ADD config_docker.json ./mattermost/config/config_docker.json
ADD docker-entry.sh .

Expand Down

0 comments on commit 1c34195

Please sign in to comment.