Skip to content
Snippets Groups Projects
Verified Commit 6f4591e5 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Mattermost] Bump to 5.21.0

parent 88f97d27
No related branches found
No related tags found
No related merge requests found
Pipeline #59535 passed
...@@ -4,7 +4,7 @@ FROM alpine:3.11 ...@@ -4,7 +4,7 @@ FROM alpine:3.11
ENV PATH="/mattermost/bin:${PATH}" 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.20.1 ENV MM_VERSION=5.21.0
# Get these ids with the output of `id mattermost` on the VM hosting the app # Get these ids with the output of `id mattermost` on the VM hosting the app
ARG PUID=5000 ARG PUID=5000
ARG PGID=5000 ARG PGID=5000
......
...@@ -16,7 +16,7 @@ volumes: ...@@ -16,7 +16,7 @@ volumes:
services: services:
mattermost: mattermost:
image: registry.picasoft.net/pica-mattermost:5.20.1 image: registry.picasoft.net/pica-mattermost:5.21.0
container_name: mattermost-app container_name: mattermost-app
links: links:
- mattermost-db:mattermost-db - mattermost-db:mattermost-db
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment