From effa845d4e76e89c02fc6f9744afa7999934e930 Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Thu, 20 Mar 2025 08:38:30 +0530 Subject: [PATCH] update git version to 2.39.5-0+deb12u2 A new debian version of git is available in the debian packages, which was updated as part of a security fix. CHANGELOG: https://metadata.ftp-master.debian.org/changelogs//main/g/git/git_2.39.5-0+deb12u2_changelog Signed-off-by: Akhil Mohan --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28909d670..0ae0e9b72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ FROM debian:bookworm MAINTAINER Stefan Schimanski RUN apt-get update \ - && apt-get install -y -qq git=1:2.39.5-0+deb12u1 \ + && apt-get install -y -qq git=1:2.39.5-0+deb12u2 \ && apt-get install -y -qq mercurial \ && apt-get install -y -qq ca-certificates curl wget jq vim tmux bsdmainutils tig gcc zip \ && rm -rf /var/lib/apt/lists/*