From f3974a3a2cb94b0e3414c0d3a382a6a18d4eb4c2 Mon Sep 17 00:00:00 2001 From: Romain de Laage <romain.delaage@rdelaage.ovh> Date: Sat, 17 Apr 2021 12:28:45 +0200 Subject: [PATCH] [mattermost] bump to v5.34.1 --- pica-mattermost/Dockerfile | 2 +- pica-mattermost/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pica-mattermost/Dockerfile b/pica-mattermost/Dockerfile index e7bcef3..d2d1945 100644 --- a/pica-mattermost/Dockerfile +++ b/pica-mattermost/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:3.11 ENV PATH="/mattermost/bin:${PATH}" # Picasoft : change these values. The team version is used by default -ENV MM_VERSION=5.33.3 +ENV MM_VERSION=5.34.1 # Get these ids with the output of `id mattermost` on the VM hosting the app ARG PUID=5000 ARG PGID=5000 diff --git a/pica-mattermost/docker-compose.yml b/pica-mattermost/docker-compose.yml index e28c7c2..ef3f2a0 100644 --- a/pica-mattermost/docker-compose.yml +++ b/pica-mattermost/docker-compose.yml @@ -17,7 +17,7 @@ volumes: services: mattermost: - image: registry.picasoft.net/pica-mattermost:5.33.3 + image: registry.picasoft.net/pica-mattermost:5.34.1 build: . container_name: mattermost-app volumes: -- GitLab