v3.1.0+node26.1.0 — Node.js 26.1.0 #108
Amnoor
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Runtime Node v3.1.0+node26.1.0
Secure, Distroless, Multi-Arch Node.js Runtime. Built from Scratch.
This is the second minor release on the Node.js 26 maintenance line. The Node.js runtime is upgraded from
26.0.0to26.1.0. The image composition, distroless guarantee, runtime defaults, and binary path remain unchanged fromv3.0.0+node26.0.0. This release also updates the version examples inREADME.mdandCONTRIBUTING.mdto match the new maintenance release state.Pull the Image
What's Included
FROM scratch— no OS, no shell26.1.0(fromnode:26.1.0-alpine3.23)NODE_ENVproduction(baked in)TZUTC(baked in)/usr/share/zoneinfo)/etc/ssl/certs/)nsswitch.confincludedld-musl,libstdc++,libgcc_s/tmp1777linux/amd64,linux/arm64What's New
FROM node:26.0.0-alpine3.23 AS buildertoFROM node:26.1.0-alpine3.23 AS builderinDockerfile, upgrading the Node.js runtime bundled into the final scratch image from26.0.0to26.1.0.CONTRIBUTING.mdfromnode:26.0.0-alpine3.23tonode:26.1.0-alpine3.23.README.mdfromv3.0.0+node26.0.0tov3.1.0+node26.1.0.Maintenance Line
This tag is published on the
maintenance/v3+node26branch. Thev3.x.x+node26.x.xline receives minor and patch updates only — no major Node.js version changes will be made on this branch.Versioning
Tags follow the pattern
v<image_semver>+node<node_version>. GitHub marks this release as the latest published release as of May 11, 2026.Immutable Tag
This tag is immutable. Once published,
v3.1.0+node26.1.0will never be moved or overwritten on either registry.Full Changelog
v3.0.0+node26.0.0...v3.1.0+node26.1.0
This discussion was created from the release v3.1.0+node26.1.0 — Node.js 26.1.0.
Beta Was this translation helpful? Give feedback.
All reactions