From 76577b7a3ac6c2a4b79ab56bcb0810b584b7a9c1 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 21 Nov 2025 09:58:32 +0100 Subject: [PATCH] [bitnami/mastodon] Release 4.5.2-debian-12-r1 (#88497) Signed-off-by: Bitnami Bot --- bitnami/mastodon/4.5/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/mastodon/4.5/debian-12/Dockerfile b/bitnami/mastodon/4.5/debian-12/Dockerfile index f0d8cf968fb1..dd416c74c44f 100644 --- a/bitnami/mastodon/4.5/debian-12/Dockerfile +++ b/bitnami/mastodon/4.5/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-11-20T16:45:47Z" \ + org.opencontainers.image.created="2025-11-21T07:16:12Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/mastodon/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mastodon" \ @@ -54,7 +54,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/mastodon/postunpack.sh ENV APP_VERSION="4.5.2" \ BITNAMI_APP_NAME="mastodon" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/node/bin:/opt/bitnami/python/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/redis/bin:/opt/bitnami/mastodon/bin:/opt/bitnami/ruby/bin:$PATH"