From c28547932ab16edfbefd156cc302dad5f7a3160c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 28 Jan 2026 15:26:13 +0100 Subject: [PATCH] [bitnami/git] Release 2.52.0-debian-12-r5 (#90062) Signed-off-by: Bitnami Bot --- bitnami/git/2/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/git/2/debian-12/Dockerfile b/bitnami/git/2/debian-12/Dockerfile index aeb258f107d4..958c58aa9fc9 100644 --- a/bitnami/git/2/debian-12/Dockerfile +++ b/bitnami/git/2/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="2026-01-15T21:16:23Z" \ + org.opencontainers.image.created="2026-01-28T14:05:47Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/git/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/git" \ @@ -48,7 +48,7 @@ RUN rm -f /etc/ssh/ssh_host_* > /dev/null 2>&1 && \ chmod g+w /etc/ssh ENV APP_VERSION="2.52.0" \ BITNAMI_APP_NAME="git" \ - IMAGE_REVISION="4" \ + IMAGE_REVISION="5" \ NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/git/bin:$PATH"