From dcbc0aaadccedfe27fba9b1e637487522db9fe17 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Tue, 12 May 2020 08:17:17 +0200 Subject: [PATCH] bump app dockerfile to 5.22.3 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index c5d22a3..469e629 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.22.2 +ENV MM_VERSION=5.22.3 # Build argument to set Mattermost edition ARG edition=enterprise