chore(deps): update node.js to v24.14.0
Some checks failed
test-build / guarddog (pull_request) Successful in 1m34s
test-build / build (pull_request) Failing after 3m32s

This commit is contained in:
2026-02-26 00:08:59 +00:00
parent 9dad4aa5bb
commit f54d562aaf

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"