From 36e235524a50b112c92cedb6454024fc8bf660b0 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 2e6507d3..ac8f1485 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