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 <danny@coder.com>
This commit is contained in:
Danny Kopping
2024-05-30 10:36:24 +02:00
committed by GitHub
parent 6730c24c58
commit a1671a633c

View File

@ -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 \