Compare commits

...

1 Commits

Author SHA1 Message Date
f54d562aaf 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
2026-02-26 00:08:59 +00:00

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"