chore(deps): update node.js to v24.14.0
All checks were successful
test-build / guarddog (pull_request) Successful in 1m42s
test-build / build (pull_request) Successful in 2m43s

This commit is contained in:
2026-02-26 01:46:55 +00:00
parent 8c57f970d6
commit d720f8e5e1

View File

@@ -1,4 +1,4 @@
FROM docker.io/node:24.13.1-alpine AS builder
FROM docker.io/node:24.14.0-alpine AS builder
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"