From 5e3decc5d82421b96ef898a97c62e08d78d79052 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Sun, 17 Mar 2019 13:55:17 +0100 Subject: [PATCH] bump to 4.10.2 --- app/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index 050ad03..2612433 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.9 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=4.10.1 +ENV MM_VERSION=4.10.2 # Build argument to set Mattermost edition ARG edition=enterprise @@ -35,7 +35,7 @@ RUN addgroup -g ${PGID} mattermost \ && adduser -D -u ${PUID} -G mattermost -h /mattermost -D mattermost \ && chown -R mattermost:mattermost /mattermost /config.json.save -USER mattermost +USER mattermost #Healthcheck to make sure container is ready HEALTHCHECK CMD curl --fail http://localhost:8000 || exit 1