From f21bad2d221032472ede3d3ef4dac430737d5ba2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 13 Mar 2026 20:00:19 +0100 Subject: [PATCH] [bitnami/ruby] Release 4.0.1-debian-12-r10 (#91615) Signed-off-by: Bitnami Bot --- bitnami/ruby/4.0/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/ruby/4.0/debian-12/Dockerfile b/bitnami/ruby/4.0/debian-12/Dockerfile index 6fda91c7d1df..3330af4f8301 100644 --- a/bitnami/ruby/4.0/debian-12/Dockerfile +++ b/bitnami/ruby/4.0/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="2026-03-05T09:54:34Z" \ + org.opencontainers.image.created="2026-03-13T18:32:16Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/ruby/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ruby" \ @@ -47,7 +47,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \ ENV APP_VERSION="4.0.1" \ BITNAMI_APP_NAME="ruby" \ - IMAGE_REVISION="9" \ + IMAGE_REVISION="10" \ PATH="/opt/bitnami/ruby/bin:$PATH" EXPOSE 3000