mirror of
https://gitlab.massbug.com/massbug/judge4c.git
synced 2025-07-04 10:42:15 +00:00
feat(docker): upgrade to Node.js v20 to resolve ReferenceError: File is not defined
This commit is contained in:
parent
5de0865bbd
commit
4c0f263581
@ -1,6 +1,8 @@
|
||||
# syntax=docker.io/docker/dockerfile:1
|
||||
|
||||
FROM node:18-alpine AS base
|
||||
# Upgrade to Node.js v20 to fix `ReferenceError: File is not defined` issue
|
||||
# Reference: https://github.com/vercel/next.js/discussions/56032
|
||||
FROM node:20-alpine AS base
|
||||
|
||||
# Install dependencies only when needed
|
||||
FROM base AS deps
|
||||
|
Loading…
Reference in New Issue
Block a user