From b9484f444424057434fd8c0a1c1a937154639857 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Tue, 17 Dec 2019 13:10:46 +0100 Subject: [PATCH] bump to 5.18.0 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 2084b7f..654228f 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.10 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=5.17.1 +ENV MM_VERSION=5.18.0 # Build argument to set Mattermost edition ARG edition=enterprise