Skip to content

Commit 7569ccc

Browse files
authored
chore: remove git pinning (coder#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 coder#13411 (comment) Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 59ab505 commit 7569ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk add --no-cache \
1010
curl \
1111
wget \
1212
bash \
13-
git=2.45.1-r0 \
13+
git \
1414
openssl \
1515
openssh-client && \
1616
addgroup \

0 commit comments

Comments
 (0)