From b5bdd14fc66fa856397490dacea3ebc15b82bd5e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 19 Feb 2026 02:47:03 +0100 Subject: [PATCH] [bitnami/git] Release 2.53.0-debian-12-r3 (#90854) 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 f824a0689b92..cf842a210574 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-02-11T12:25:16Z" \ + org.opencontainers.image.created="2026-02-19T01:30:51Z" \ 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.53.0" \ BITNAMI_APP_NAME="git" \ - IMAGE_REVISION="2" \ + IMAGE_REVISION="3" \ NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/git/bin:$PATH"