8000 fix: revert bump alpine from 3.19.1 to 3.20.0 in /scripts (#13375) by johnstcn · Pull Request #13410 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

fix: revert bump alpine from 3.19.1 to 3.20.0 in /scripts (#13375) #13410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "Upgrade to git v2.45.1 to fix alpine 3.20 builds (#13411)"
This reverts commit a1671a6.
  • Loading branch information
johnstcn committed May 30, 2024
commit 18f9f25a1044aa82203e955c20122da845970aa6
2 changes: 1 addition & 1 deletion scripts/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk add --no-cache \
curl \
wget \
bash \
git=2.45.1-r0 \
git=2.43.4-r0 \
openssl \
openssh-client && \
addgroup \
Expand Down
0