Update Dockerfile to use Node.js 24-alpine for improved performance and compatibility.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22-alpine AS build
|
FROM node:24-alpine AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
|
|||||||
Reference in New Issue
Block a user