From 771beb9988c3688ece0d7e2d155134941e64c3d3 Mon Sep 17 00:00:00 2001 From: Amy Blais Date: Fri, 5 Jun 2020 08:59:33 -0400 Subject: [PATCH] Update Dockerfile (#476) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 92f21c1..afd4cbe 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.23.0 +ENV MM_VERSION=5.23.1 # Build argument to set Mattermost edition ARG edition=enterprise