Skip to content

Commit b776fc6

Browse files
committed
build(docker): use latest pnpm
1 parent 21f5333 commit b776fc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ ENV BUILD_HASH=${BUILD_HASH}
55

66
WORKDIR /app
77

8-
# remove when 10.12.4 released
9-
RUN npm install -g pnpm@10.12.1
8+
RUN npm install -g pnpm@latest-10
109

1110
COPY package.json pnpm-lock.yaml .npmrc ./
1211

0 commit comments

Comments
 (0)