Skip to content
Snippets Groups Projects
Commit 6080fd18 authored by PICHOU Kyâne's avatar PICHOU Kyâne
Browse files

Mattermost 3.8.1

parent f925f2ab
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ ENV PATH="/mattermost/bin:${PATH}"
RUN apt-get update && apt-get -y install curl netcat
RUN mkdir -p /mattermost/data
ENV MM_VERSION=3.8.0
ENV MM_VERSION=3.8.1
RUN curl https://releases.mattermost.com/$MM_VERSION/mattermost-team-$MM_VERSION-linux-amd64.tar.gz | tar -xvz
......
......@@ -5,7 +5,7 @@ ENV PATH="/mattermost/bin:${PATH}"
RUN apt-get update && apt-get -y install curl netcat
RUN mkdir -p /mattermost/data
ENV MM_VERSION=3.8.0
ENV MM_VERSION=3.8.1
RUN curl https://releases.mattermost.com/$MM_VERSION/mattermost-$MM_VERSION-linux-amd64.tar.gz | tar -xvz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment