build(deps): bump node from 24-alpine to 25-alpine

Bumps node from 24-alpine to 25-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-version: 25-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-08 19:26:26 +00:00
committed by GitHub
parent 5c7161cb55
commit 60661369a8

View File

@@ -1,4 +1,4 @@
FROM node:24-alpine
FROM node:25-alpine
WORKDIR /app
COPY package*.json ./
COPY pnpm-lock.yaml ./