From 2421bf4eeb5c981918e0059187d044a9321f1e41 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Sun, 22 Dec 2019 14:46:15 +0100 Subject: [PATCH] Trigger CI --- pica-mattermost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pica-mattermost/Dockerfile b/pica-mattermost/Dockerfile index 2e6507d..ac8f148 100644 --- a/pica-mattermost/Dockerfile +++ b/pica-mattermost/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.10 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -# Picasoft : change these values. The team version is used by default. +# Picasoft : change these values. The team version is used by default ENV MM_VERSION=5.18.0 # Get these ids with the output of `id mattermost` on the VM hosting the app ARG PUID=5000 -- GitLab