fix: dockerfile
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
# (sometimes strict) version negotiation.
|
||||
|
||||
FROM node:20-alpine AS base
|
||||
RUN npm install -g pnpm@latest
|
||||
RUN npm install -g pnpm@9
|
||||
WORKDIR /repo
|
||||
|
||||
# ---- deps -----------------------------------------------------------------
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
# negotiation across Node 20 minor versions.
|
||||
|
||||
FROM node:20-alpine AS base
|
||||
RUN npm install -g pnpm@latest
|
||||
RUN npm install -g pnpm@9
|
||||
WORKDIR /repo
|
||||
|
||||
FROM base AS deps
|
||||
|
||||
Reference in New Issue
Block a user