chore: bump node from 22-alpine to 26-alpine in /services/mana-auth

Bumps node from 22-alpine to 26-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] 2026-05-07 00:04:35 +00:00 committed by GitHub
parent 1bac7cf38a
commit 3f7febe255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# Install stage: use node + pnpm to resolve workspace dependencies.
# Build context must be the monorepo root (see docker-compose.macmini.yml).
FROM node:22-alpine AS installer
FROM node:26-alpine AS installer
RUN corepack enable && corepack prepare pnpm@9.15.0 --activate