fix: Update Node.js version in Dockerfile to 24-alpine

This commit is contained in:
Marc Emmanuel 2026-01-20 07:29:19 +01:00
parent e8bf27cfe3
commit a101c54a14

View file

@ -1,5 +1,5 @@
# Build stage # Build stage
FROM node:20-alpine AS builder FROM node:24-alpine AS builder
WORKDIR /app WORKDIR /app