Skip to content

Commit d1df167

Browse files
committed
build(docker): use pnpm v10
1 parent 960ce7a commit d1df167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

66
WORKDIR /app
77

8-
RUN npm install -g pnpm@latest-9
8+
RUN npm install -g pnpm@latest-10
99

1010
COPY package.json pnpm-lock.yaml .npmrc ./
1111
COPY patches patches

0 commit comments

Comments
 (0)