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

This commit is contained in:
2026-02-26 01:58:06 +00:00
parent ddb3aaa186
commit 2111b8d707

View File

@@ -1,5 +1,5 @@
ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:24.13.1-alpine AS base
FROM ${REGISTRY}/node:24.14.0-alpine AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"