From c6bc3090e9f247e099f195ea7260c23ab276efcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:58:29 +0000 Subject: [PATCH] Bump mastodon/mastodon from v4.2.12 to v4.3.2 Bumps [mastodon/mastodon](https://github.com/mastodon/mastodon) from v4.2.12 to v4.3.2. - [Release notes](https://github.com/mastodon/mastodon/releases) - [Changelog](https://github.com/mastodon/mastodon/blob/v4.3.2/CHANGELOG.md) - [Commits](https://github.com/mastodon/mastodon/compare/v4.2.12...v4.3.2) --- updated-dependencies: - dependency-name: mastodon/mastodon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6423368..6cdab37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Releases: https://github.com/mastodon/mastodon/pkgs/container/mastodon -FROM ghcr.io/mastodon/mastodon:v4.2.12 +FROM ghcr.io/mastodon/mastodon:v4.3.2 USER root