update node kernels

This commit is contained in:
Zheyuan Wu
2025-11-05 01:22:40 -06:00
parent a9d84cb2bb
commit 1d662e1f32
5 changed files with 40 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# Source: https://github.com/vercel/next.js/blob/canary/examples/with-docker-multi-env/docker/production/Dockerfile
# syntax=docker.io/docker/dockerfile:1
FROM node:18-alpine AS base
FROM node:20-alpine AS base
ENV NODE_OPTIONS="--max-old-space-size=8192"