diff --git a/pica-mattermost/Dockerfile b/pica-mattermost/Dockerfile index cc746381e4cd1399c76270d0761315ef5bc876eb..8e5f780ea393dc87332a4341c8898685df4ef998 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.23.0 +ENV MM_VERSION=5.26.2 # 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 58d07ec5b1dab7c02578d5e0cf153c638c301742..bfa4d618c4d642ac5ac0a55c9cffd2d5f4475932 100644 --- a/pica-mattermost/docker-compose.yml +++ b/pica-mattermost/docker-compose.yml @@ -16,7 +16,7 @@ volumes: services: mattermost: - image: registry.picasoft.net/pica-mattermost:5.23.0 + image: registry.picasoft.net/pica-mattermost:5.26.2 build: . container_name: mattermost-app links: