Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Node.js Docker images to the latest patch versions: 24.13.1 and 25.6.1. The update is automated and focuses on Alpine Linux variants, while Debian-based variants (bookworm, bullseye, trixie) have already been updated separately. This is a routine maintenance update that bumps patch versions and updates corresponding SHA256 checksums for the x64 musl-based binaries.
Changes:
- Updated Node.js version 24 from 24.13.0 to 24.13.1
- Updated Node.js version 25 from 25.6.0 to 25.6.1
- Updated SHA256 checksums for Alpine x64 builds to match new versions
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| 25/alpine3.23/Dockerfile | Updated NODE_VERSION to 25.6.1 and x64 checksum |
| 25/alpine3.22/Dockerfile | Updated NODE_VERSION to 25.6.1 and x64 checksum |
| 24/alpine3.23/Dockerfile | Updated NODE_VERSION to 24.13.1 and x64 checksum |
| 24/alpine3.22/Dockerfile | Updated NODE_VERSION to 24.13.1 and x64 checksum |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Created PR on the official-images repo (docker-library/official-images#20848). See https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what if you are wondering when it will be available on the Docker Hub. |
Automated changes by create-pull-request GitHub action