From fa3479fee5d661a35a74d3998af96109aa601570 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 23 Aug 2026 00:48:48 +0200 Subject: [PATCH] Update mastodon --- meta/main.yml | 2 +- templates/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index fa0a81d..571698c 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,7 +1,7 @@ --- galaxy_info: author: kuba - description: upgrade and reboot + description: mastodon-docker license: MIT min_ansible_version: "2.12" platforms: diff --git a/templates/Dockerfile b/templates/Dockerfile index 4abb6f8..44d8e74 100644 --- a/templates/Dockerfile +++ b/templates/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/mastodon/mastodon:v4.5.9 +FROM ghcr.io/mastodon/mastodon:v4.7 USER root