chore: upgrade Node.js from v20 to v24 for extended LTS support (#298)

This commit is contained in:
Copilot
2025-10-20 10:48:16 -03:00
committed by GitHub
parent 17080e4465
commit 4ff1eb28d9

View File

@@ -1,4 +1,4 @@
FROM node:20-alpine AS base
FROM node:24-alpine AS base
# Install system dependencies
RUN apk add --no-cache \