-
Notifications
You must be signed in to change notification settings - Fork 1
Update alpine Docker tag to v3.23 #12485
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| FROM alpine:3.18 | ||
| FROM alpine:3.23 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Correctness: Alpine dropped Python 2 packages ( π€ AI Agent Prompt for Cursor/Windsurf
|
||
|
|
||
| RUN apk add --update \ | ||
| git \ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alpine:3.23is a floating minor tag, so the underlying image can change as3.23.xpatch releases roll forward and make generated builds less reproducible. If deterministic builds matter here, consider pinning to a patch tag (or image digest) instead.Severity: low
π€ Was this useful? React with π or π, or π if it prevented an incident/outage.