From a1671a633ced7b58e779f3dcc927f14fc7398de9 Mon Sep 17 00:00:00 2001 From: Danny Kopping Date: Thu, 30 May 2024 10:36:24 +0200 Subject: [PATCH] Upgrade to git v2.45.1 to fix alpine 3.20 builds (#13411) 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 afa00dd4cc..9537c9ca1d 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 \