From a2c568fa6b95d9bc06d7dfdb7084f8ee89c7029d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 6 Dec 2025 06:17:44 +0100 Subject: [PATCH] [bitnami/os-shell] Release 12-debian-12-r55 (#88865) Signed-off-by: Bitnami Bot --- bitnami/os-shell/12/debian-12/Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/os-shell/12/debian-12/Dockerfile b/bitnami/os-shell/12/debian-12/Dockerfile index 574492e51d65..228bbd0fbdb3 100644 --- a/bitnami/os-shell/12/debian-12/Dockerfile +++ b/bitnami/os-shell/12/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="2025-11-06T04:41:26Z" \ + org.opencontainers.image.created="2025-12-06T05:10:02Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/os-shell/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/os-shell" \ @@ -28,11 +28,11 @@ 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=( \ - "yq-4.48.1-2-linux-${OS_ARCH}-debian-12" \ - "wait-for-port-1.0.10-4-linux-${OS_ARCH}-debian-12" \ - "render-template-1.0.9-159-linux-${OS_ARCH}-debian-12" \ - "ini-file-1.4.9-4-linux-${OS_ARCH}-debian-12" \ - "scuttle-1.1.11-10-linux-${OS_ARCH}-debian-12" \ + "yq-4.49.2-1-linux-${OS_ARCH}-debian-12" \ + "wait-for-port-1.0.10-5-linux-${OS_ARCH}-debian-12" \ + "render-template-1.0.9-160-linux-${OS_ARCH}-debian-12" \ + "ini-file-1.4.9-5-linux-${OS_ARCH}-debian-12" \ + "scuttle-1.1.11-11-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -49,7 +49,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true ENV APP_VERSION="12" \ BITNAMI_APP_NAME="os-shell" \ - IMAGE_REVISION="54" \ + IMAGE_REVISION="55" \ PATH="/opt/bitnami/common/bin:$PATH" USER 1001