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

This commit is contained in:
2026-02-13 00:01:53 +00:00
parent 16e4061743
commit 74791379fc

View File

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