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

Bumps node from 22-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-10-21 08:52:30 +00:00
committed by GitHub
parent ca87e7cde3
commit 5bdeb46bb6

View File

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