mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:01:09 +02:00
chore: bump node from 20-slim to 25-slim in /services/mana-core-auth
Bumps node from 20-slim to 25-slim. --- updated-dependencies: - dependency-name: node dependency-version: 25-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9d7768495d
commit
e915e01ec7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Build stage
|
||||
# Using node:20-slim instead of alpine for DuckDB glibc compatibility
|
||||
FROM node:20-slim AS builder
|
||||
FROM node:25-slim AS builder
|
||||
|
||||
# Install pnpm and build tools for native modules (bcrypt)
|
||||
RUN corepack enable && corepack prepare pnpm@9.15.0 --activate \
|
||||
|
|
@ -32,7 +32,7 @@ RUN pnpm build
|
|||
|
||||
# Production stage
|
||||
# Using node:20-slim instead of alpine for DuckDB glibc compatibility
|
||||
FROM node:20-slim AS production
|
||||
FROM node:25-slim AS production
|
||||
|
||||
# Install pnpm and wget for health checks
|
||||
RUN corepack enable && corepack prepare pnpm@9.15.0 --activate \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue