From 6f1e27d814400c9137f469520f12b8d76110ecd5 Mon Sep 17 00:00:00 2001 From: Danny Kopping Date: Thu, 30 May 2024 10:28:48 +0200 Subject: [PATCH] Upgrade to git v2.45.1 to fix alpine 3.20 builds Possibly fixes https://github.com/coder/coder/issues/13407 Signed-off-by: Danny Kopping --- scripts/Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile.base b/scripts/Dockerfile.base index afa00dd4cc7a9..9537c9ca1de78 100644 --- a/scripts/Dockerfile.base +++ b/scripts/Dockerfile.base @@ -10,7 +10,7 @@ RUN apk add --no-cache \ curl \ wget \ bash \ - git=2.43.4-r0 \ + git=2.45.1-r0 \ openssl \ openssh-client && \ addgroup \