This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stage 1: Base image with Node.js and pnpm enabled
|
||||
# This stage is used as a foundation for all subsequent stages.
|
||||
FROM node:20-alpine AS base
|
||||
FROM node:25-alpine AS base
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
RUN corepack enable && corepack prepare pnpm@latest --activate
|
||||
|
||||
Reference in New Issue
Block a user