diff --git a/docs/production/deployment.mdx b/docs/production/deployment.mdx index 1865133eced..35cdd2e7c3a 100644 --- a/docs/production/deployment.mdx +++ b/docs/production/deployment.mdx @@ -157,7 +157,7 @@ Dockerfile # Dockerfile # From https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile -FROM node:18-alpine AS base +FROM node:24-alpine AS base # Install dependencies only when needed FROM base AS deps @@ -235,7 +235,7 @@ version: '3' services: payload: - image: node:18-alpine + image: node:24-alpine ports: - '3000:3000' volumes: