mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
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:
@@ -10,7 +10,7 @@ RUN apk add --no-cache \
|
||||
curl \
|
||||
wget \
|
||||
bash \
|
||||
git=2.45.1-r0 \
|
||||
git \
|
||||
openssl \
|
||||
openssh-client && \
|
||||
addgroup \
|
||||
|
||||
Reference in New Issue
Block a user