diff --git a/apps/mattermost/11.4.1/.env.sample b/apps/mattermost/11.4.2/.env.sample similarity index 100% rename from apps/mattermost/11.4.1/.env.sample rename to apps/mattermost/11.4.2/.env.sample diff --git a/apps/mattermost/11.4.1/data.yml b/apps/mattermost/11.4.2/data.yml similarity index 100% rename from apps/mattermost/11.4.1/data.yml rename to apps/mattermost/11.4.2/data.yml diff --git a/apps/mattermost/11.4.1/data/bleve/.gitkeep b/apps/mattermost/11.4.2/data/bleve/.gitkeep similarity index 100% rename from apps/mattermost/11.4.1/data/bleve/.gitkeep rename to apps/mattermost/11.4.2/data/bleve/.gitkeep diff --git a/apps/mattermost/11.4.1/data/client/plugins/.gitkeep b/apps/mattermost/11.4.2/data/client/plugins/.gitkeep similarity index 100% rename from apps/mattermost/11.4.1/data/client/plugins/.gitkeep rename to apps/mattermost/11.4.2/data/client/plugins/.gitkeep diff --git a/apps/mattermost/11.4.1/data/config/.gitkeep b/apps/mattermost/11.4.2/data/config/.gitkeep similarity index 100% rename from apps/mattermost/11.4.1/data/config/.gitkeep rename to apps/mattermost/11.4.2/data/config/.gitkeep diff --git a/apps/mattermost/11.4.1/data/data/.gitkeep b/apps/mattermost/11.4.2/data/data/.gitkeep similarity index 100% rename from apps/mattermost/11.4.1/data/data/.gitkeep rename to apps/mattermost/11.4.2/data/data/.gitkeep diff --git a/apps/mattermost/11.4.1/data/logs/.gitkeep b/apps/mattermost/11.4.2/data/logs/.gitkeep similarity index 100% rename from apps/mattermost/11.4.1/data/logs/.gitkeep rename to apps/mattermost/11.4.2/data/logs/.gitkeep diff --git a/apps/mattermost/11.4.1/data/plugins/.gitkeep b/apps/mattermost/11.4.2/data/plugins/.gitkeep similarity index 100% rename from apps/mattermost/11.4.1/data/plugins/.gitkeep rename to apps/mattermost/11.4.2/data/plugins/.gitkeep diff --git a/apps/mattermost/11.4.1/docker-compose.yml b/apps/mattermost/11.4.2/docker-compose.yml similarity index 96% rename from apps/mattermost/11.4.1/docker-compose.yml rename to apps/mattermost/11.4.2/docker-compose.yml index 68c429f98..24ce79aeb 100644 --- a/apps/mattermost/11.4.1/docker-compose.yml +++ b/apps/mattermost/11.4.2/docker-compose.yml @@ -1,6 +1,6 @@ services: mattermost: - image: "mattermost/mattermost-team-edition:11.4.1" + image: "mattermost/mattermost-team-edition:11.4.2" container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/apps/mattermost/11.4.1/scripts/init.sh b/apps/mattermost/11.4.2/scripts/init.sh similarity index 100% rename from apps/mattermost/11.4.1/scripts/init.sh rename to apps/mattermost/11.4.2/scripts/init.sh