From 7569cccc517751fceaaebefd74a76dcffbaf7e02 Mon Sep 17 00:00:00 2001 From: Danny Kopping Date: Thu, 30 May 2024 15:58:32 +0200 Subject: [PATCH] chore: remove git pinning (#13414) Alpine 3.20 includes 2.45.1 by default: https://git.alpinelinux.org/aports/tree/main/git/APKBUILD?h=3.20-stable#n56 Follow-up from https://github.com/coder/coder/pull/13411#issuecomment-2139028721 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 9537c9ca1d..df6cb4637a 100644 --- a/scripts/Dockerfile.base +++ b/scripts/Dockerfile.base @@ -10,7 +10,7 @@ RUN apk add --no-cache \ curl \ wget \ bash \ - git=2.45.1-r0 \ + git \ openssl \ openssh-client && \ addgroup \