diff --git a/bitnami/mastodon/4.5/debian-12/Dockerfile b/bitnami/mastodon/4.5/debian-12/Dockerfile index 5244bb69f61e..327765c89cb0 100644 --- a/bitnami/mastodon/4.5/debian-12/Dockerfile +++ b/bitnami/mastodon/4.5/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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="2026-04-15T14:24:31Z" \ + org.opencontainers.image.created="2026-04-15T17:26:45Z" \ 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" \ org.opencontainers.image.title="mastodon" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="4.5.8" + org.opencontainers.image.version="4.5.9" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -34,7 +34,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ "wait-for-port-1.0.10-9-linux-${OS_ARCH}-debian-12" \ "redis-client-8.6.2-0-linux-${OS_ARCH}-debian-12" \ "ruby-3.4.9-1-linux-${OS_ARCH}-debian-12" \ - "mastodon-4.5.8-1-linux-${OS_ARCH}-debian-12" \ + "mastodon-4.5.9-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -52,9 +52,9 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true COPY rootfs / RUN /opt/bitnami/scripts/mastodon/postunpack.sh -ENV APP_VERSION="4.5.8" \ +ENV APP_VERSION="4.5.9" \ BITNAMI_APP_NAME="mastodon" \ - IMAGE_REVISION="4" \ + IMAGE_REVISION="0" \ LD_LIBRARY_PATH="/opt/bitnami/common/lib:/opt/bitnami/postgresql/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/ruby/bin:/opt/bitnami/mastodon/bin:$PATH"