[bitnami/ruby] Release 3.1.2-debian-11-r64 (#14782)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-24 16:59:35 +01:00
committed by GitHub
parent 1e079c3169
commit f8a359e894
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="3.1.2-debian-11-r63" \
org.opencontainers.image.ref.name="3.1.2-debian-11-r64" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ruby" \
org.opencontainers.image.title="ruby" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -20,7 +20,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages build-essential ca-certificates curl git libcrypt1 libreadline-dev libreadline8 libsqlite3-dev libssl-dev libssl1.1 libtinfo6 pkg-config procps sqlite3 unzip wget zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"ruby-3.1.2-154-linux-${OS_ARCH}-debian-11" \
"ruby-3.1.2-155-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \