v1.1.0+node24.14.0 — Node.js 24.14.0 #23
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 v1.1.0+node24.14.0
Secure, Distroless, Multi-Arch Node.js Runtime. Built from Scratch.
This is the first minor release on the Node.js 24 maintenance line. The Node.js runtime is upgraded from
24.13.1to24.14.0, a semver-minor update within the Node.js 24 release line. The image composition, distroless guarantee, runtime defaults, and binary path are all unchanged fromv1.0.1+node24.13.1.Pull the Image
What's Included
FROM scratch— no OS, no shell24.14.0(fromnode:24.14.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:24.13.1-alpine3.23 AS buildertoFROM node:24.14.0-alpine3.23 AS builderin theDockerfilebuilder stage, upgrading the Node.js runtime extracted into the final scratch image from24.13.1to24.14.0. This is a semver-minor update within the Node.js 24 release line, delivered automatically by the Dependabot configuration added for thedevelop-v1+node24maintenance branch.CONTRIBUTING.mdandREADME.mdto reflect the new Node.js version and current image tag pattern on the maintenance line.Maintenance Line
This tag is published on the
maintenance/v1+node24branch. Thev1.x.x+node24.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>. Thelatesttag tracks the most recent stable release onmainand is not updated by maintenance releases.Immutable Tag
This tag is immutable. Once published,
v1.1.0+node24.14.0will never be moved or overwritten on either registry.Full Changelog
v1.0.1+node24.13.1...v1.1.0+node24.14.0
This discussion was created from the release v1.1.0+node24.14.0 — Node.js 24.14.0.
Beta Was this translation helpful? Give feedback.
All reactions