Skip to content

Commit

Permalink
lock pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ink-victor committed Feb 3, 2025
1 parent c6d9670 commit 4e5692a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:20 AS base

WORKDIR /app

RUN npm i -g pnpm
RUN npm i -g pnpm@10.2.0

COPY package.json pnpm-lock.yaml ./

Expand All @@ -18,7 +18,7 @@ FROM node:20-alpine3.19 AS release

WORKDIR /app

RUN npm i -g pnpm
RUN npm i -g pnpm@10.2.0

RUN addgroup --system --gid 1001 nodejs && \
adduser --system --uid 1001 nextjs
Expand Down

0 comments on commit 4e5692a

Please sign in to comment.