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

Mattermost 3.8.2

parent ce9ae012
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.1
ENV MM_VERSION=3.8.2
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.1
ENV MM_VERSION=3.8.2
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