From 8384e4a975598f1e5214e0adf9588c5c327d99ca Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Sat, 21 Sep 2024 19:50:24 +0530 Subject: [PATCH] update git package to 1:2.39.5-0+deb12u1 for security fix debian git package had a security release. https://lists.debian.org/debian-security-announce/2024/msg00182.html Signed-off-by: Akhil Mohan --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d2ded5d3..28909d67 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.2-1.1 \ + && apt-get install -y -qq git=1:2.39.5-0+deb12u1 \ && 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/*