[bitnami/ruby] Release 4.0.1-debian-12-r9 (#91249)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-05 11:16:35 +01:00 committed by GitHub
parent 1868a50d3d
commit 7a585bc144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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:31:16Z" \
org.opencontainers.image.created="2026-03-05T09:54:34Z" \
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" \
@ -27,7 +27,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"ruby-4.0.1-5-linux-${OS_ARCH}-debian-12" \
"ruby-4.0.1-6-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -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="8" \
IMAGE_REVISION="9" \
PATH="/opt/bitnami/ruby/bin:$PATH"
EXPOSE 3000