Update alpine Docker tag to v3.24.1 - #147
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
Review NotesThis PR updates the Alpine Linux base image from version 3.23.4 to 3.24.1, which is a standard minor version bump with an additional patch update. Both the build stage (line 2) and production stage (line 35) are consistently updated to the same version, maintaining Docker best practices. The change is low-risk and maintains compatibility with existing package installations and configurations. The 3.24.1 patch release typically includes bug fixes and security improvements over 3.24.0. Previous Review Summary (commit 9fb8a20)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 9fb8a20)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
Review NotesThis PR updates the Alpine Linux base image from version 3.23.4 to 3.24.0, which is a standard minor version bump. Both the build stage (line 2) and production stage (line 35) are consistently updated to the same version, maintaining Docker best practices. The change is low-risk and maintains compatibility with existing package installations and configurations. Reviewed by claude-4.5-sonnet-20250929 · 188,165 tokens |
🚀 Test Image Built Successfully!Your PR test images have been published and are ready for testing: Docker Hubdocker pull netbootxyz/netbootxyz:pr-147GitHub Container Registrydocker pull ghcr.io/netbootxyz/netbootxyz:pr-147Quick Test CommandsStandard Docker: docker run -d \
--name netbootxyz-test \
-e PUID=1000 \
-e PGID=1000 \
-p 3000:3000 \
-p 69:69/udp \
-p 8080:80 \
-v /local/path/config:/config \
netbootxyz/netbootxyz:pr-147Platforms
Check Logsdocker logs -f netbootxyz-test📦 SHA: |
9fb8a20 to
a909290
Compare
🚀 Test Image Built Successfully!Your PR test images have been published and are ready for testing: Docker Hubdocker pull netbootxyz/netbootxyz:pr-147GitHub Container Registrydocker pull ghcr.io/netbootxyz/netbootxyz:pr-147Quick Test CommandsStandard Docker: docker run -d \
--name netbootxyz-test \
-e PUID=1000 \
-e PGID=1000 \
-p 3000:3000 \
-p 69:69/udp \
-p 8080:80 \
-v /local/path/config:/config \
netbootxyz/netbootxyz:pr-147Platforms
Check Logsdocker logs -f netbootxyz-test📦 SHA: |
This PR contains the following updates:
3.23.4→3.24.13.23.4→3.24.1Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.