From baa6d329660e65ff54632ab358272769303ae795 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 22 Jul 2022 04:28:23 +0200 Subject: [PATCH] Upgrading traefik and mattermost. --- common/docker-compose.yaml | 2 +- mattermost/docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/docker-compose.yaml b/common/docker-compose.yaml index 336c5d6..1be1b61 100644 --- a/common/docker-compose.yaml +++ b/common/docker-compose.yaml @@ -13,7 +13,7 @@ volumes: services: traefik: - image: traefik:v2.6 + image: traefik:v2.8 container_name: traefik restart: unless-stopped command: diff --git a/mattermost/docker-compose.yaml b/mattermost/docker-compose.yaml index 8ebe8db..b237dc3 100644 --- a/mattermost/docker-compose.yaml +++ b/mattermost/docker-compose.yaml @@ -23,7 +23,7 @@ volumes: services: mattermost: - image: mattermost/mattermost-team-edition:7.0 + image: mattermost/mattermost-team-edition:7.1 container_name: mattermost environment: MM_USERNAME: ${ADMIN_USER}