Skip to content

Commit ecab801

Browse files
committed
fix: force version to pnpm and node-gyp version
1 parent ce49ae3 commit ecab801

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ RUN apk add --no-cache \
77
build-base \
88
python3
99

10-
RUN yarn global add pnpm node-gyp
10+
# Pnpm version 10
11+
# node-gyp version 11
12+
RUN yarn global add pnpm@10 node-gyp@11
1113

1214
COPY package*.json ./
1315

@@ -22,4 +24,4 @@ COPY utils utils
2224
RUN pnpm i
2325

2426
RUN pnpm --filter "*-api" build
25-
RUN pnpm --filter "notifications" build
27+
RUN pnpm --filter "notifications" build

0 commit comments

Comments
 (0)