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 <danny@coder.com>
This commit is contained in:
Danny Kopping
2024-05-30 15:58:32 +02:00
committed by GitHub
parent 59ab5053b1
commit 7569cccc51
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apk add --no-cache \
curl \
wget \
bash \
git=2.45.1-r0 \
git \
openssl \
openssh-client && \
addgroup \