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