From c724bb61e8fe42b2774864092de89597aa929a0d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 3 Jan 2025 11:04:14 +0000 Subject: [PATCH] [bitnami/ruby] Release ruby-3.4.1-debian-12-r1 Signed-off-by: Bitnami Bot --- bitnami/ruby/3.4/debian-12/Dockerfile | 6 +++--- bitnami/ruby/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/ruby/3.4/debian-12/Dockerfile b/bitnami/ruby/3.4/debian-12/Dockerfile index b50bbc4bc7b81..3c3687a0b12fb 100644 --- a/bitnami/ruby/3.4/debian-12/Dockerfile +++ b/bitnami/ruby/3.4/debian-12/Dockerfile @@ -8,11 +8,11 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-12-26T15:40:21Z" \ + org.opencontainers.image.created="2025-01-03T10:41:57Z" \ 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.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="3.4.1-debian-12-r0" \ + org.opencontainers.image.ref.name="3.4.1-debian-12-r1" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ruby" \ org.opencontainers.image.title="ruby" \ org.opencontainers.image.vendor="Broadcom, Inc." \ @@ -25,7 +25,7 @@ ENV OS_ARCH="${TARGETARCH:-amd64}" \ COPY prebuildfs / SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] # Install required system packages and dependencies -RUN install_packages build-essential ca-certificates curl git libcrypt1 libffi8 libreadline-dev libsqlite3-dev libssl-dev libssl3 libyaml-0-2 libyaml-dev pkg-config procps sqlite3 unzip wget zlib1g +RUN install_packages build-essential ca-certificates curl git libcrypt1 libffi8 libreadline-dev libsqlite3-dev libssl-dev libssl3 libyaml-0-2 libyaml-dev pkg-config procps sqlite3 unzip wget zlib1g zlib1g-dev RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ "ruby-3.4.1-0-linux-${OS_ARCH}-debian-12" \ diff --git a/bitnami/ruby/README.md b/bitnami/ruby/README.md index 55522f4a58d2c..69ddc2f517353 100644 --- a/bitnami/ruby/README.md +++ b/bitnami/ruby/README.md @@ -320,7 +320,7 @@ If you encountered a problem running this container, you can file an [issue](htt ## License -Copyright © 2024 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. +Copyright © 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.