Dockerfile: upgraded Node version 18>24
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# This file is inspired by https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile
|
# This file is inspired by https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile
|
||||||
|
|
||||||
FROM node:18-alpine AS base
|
FROM node:24-alpine AS base
|
||||||
|
|
||||||
#-----------------------------------------
|
#-----------------------------------------
|
||||||
# STAGE 1: Build the Next.js project
|
# STAGE 1: Build the Next.js project
|
||||||
|
|||||||
Reference in New Issue
Block a user