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

This commit is contained in:
2026-02-25 00:06:13 +00:00
parent ac38bafb9b
commit 322797b9d0

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"