build: Upgrade Node.js base image to 24-alpine in Dockerfile.

This commit is contained in:
fiatcode 2026-02-20 13:12:49 +07:00
parent 383f9d0bad
commit d5f6c92507

View file

@ -1,5 +1,5 @@
# Stage 1: Build
FROM node:22-alpine AS build
FROM node:24-alpine AS build
WORKDIR /app