runtime-node.hashnode.devI built a 45MB, 0-Vulnerability Node.js Runtime (and why you should stop using node:alpine)The Problem with "Standard" Images If you are a Node.js developer, your Dockerfile probably starts with one of two lines: FROM node:24 or FROM node:25 (Debian-based) FROM node:24-alpine or FROM node14h ago·4 min read