From eb37012cf3e6e94a569db6befdbd3fca23fd8245 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:07:08 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/mastodon docker tag to v4.2.6 (#2465) --- apps/mastodon/config.json | 4 ++-- apps/mastodon/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mastodon/config.json b/apps/mastodon/config.json index 792bab92..8a15f44b 100644 --- a/apps/mastodon/config.json +++ b/apps/mastodon/config.json @@ -7,8 +7,8 @@ "force_expose": true, "generate_vapid_keys": true, "id": "mastodon", - "tipi_version": 15, - "version": "4.2.5", + "tipi_version": 16, + "version": "4.2.6", "categories": [ "social" ], diff --git a/apps/mastodon/docker-compose.yml b/apps/mastodon/docker-compose.yml index 3823e328..fa1095dc 100644 --- a/apps/mastodon/docker-compose.yml +++ b/apps/mastodon/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: mastodon: container_name: mastodon - image: lscr.io/linuxserver/mastodon:4.2.5 + image: lscr.io/linuxserver/mastodon:4.2.6 ports: - 8209:80 - ${APP_PORT}:443