Skip to content

Commit f317687

Browse files
authored
[bitnami/ruby] Release 4.0.2-debian-12-r0 (#91673)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent 2dfad91 commit f317687

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bitnami/ruby/4.0/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77
ARG TARGETARCH
88

99
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10-
org.opencontainers.image.created="2026-03-13T18:32:16Z" \
10+
org.opencontainers.image.created="2026-03-17T01:10:52Z" \
1111
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1212
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/ruby/README.md" \
1313
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ruby" \
1414
org.opencontainers.image.title="ruby" \
1515
org.opencontainers.image.vendor="Broadcom, Inc." \
16-
org.opencontainers.image.version="4.0.1"
16+
org.opencontainers.image.version="4.0.2"
1717

1818
ENV OS_ARCH="${TARGETARCH:-amd64}" \
1919
OS_FLAVOUR="debian-12" \
@@ -27,7 +27,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
2727
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
2828
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
2929
COMPONENTS=( \
30-
"ruby-4.0.1-6-linux-${OS_ARCH}-debian-12" \
30+
"ruby-4.0.2-0-linux-${OS_ARCH}-debian-12" \
3131
) ; \
3232
for COMPONENT in "${COMPONENTS[@]}"; do \
3333
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -45,9 +45,9 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
4545
sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs && \
4646
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
4747

48-
ENV APP_VERSION="4.0.1" \
48+
ENV APP_VERSION="4.0.2" \
4949
BITNAMI_APP_NAME="ruby" \
50-
IMAGE_REVISION="10" \
50+
IMAGE_REVISION="0" \
5151
PATH="/opt/bitnami/ruby/bin:$PATH"
5252

5353
EXPOSE 3000

0 commit comments

Comments
 (0)