Reference
1 min read

Build image

Learn about the container image used for Vercel builds.
Table of Contents

When you initiate a deployment, Vercel will build your project within a container that has a predefined image. This build image is determined by the Node.js version selected in the project settings.

Node.js versionBuild imageBase image
20.xBuild imageAmazon Linux 2023
18.x 16.xBuild image (legacy)Amazon Linux 2

Vercel supports multiple runtimes, but different runtime versions are available depending on the selected build image. See the table below to learn about which runtime versions are supported by each image:

Last updated on May 12, 2024