Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #141 from tejasbubane/mattermost-3.10
Browse files Browse the repository at this point in the history
Upgrade to mattermost 3.10.0
  • Loading branch information
pichouk authored Jun 16, 2017
2 parents 9238aaf + 05a4fa1 commit d3358cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:14.04

# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=3.9.0
ENV MM_VERSION=3.10.0

# Install some needed packages
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion app/Dockerfile-enterprise
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:14.04

# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=3.9.0
ENV MM_VERSION=3.10.0

# Install some needed packages
RUN apt-get update \
Expand Down

0 comments on commit d3358cf

Please sign in to comment.