Skip to content

Commit ed38ebb

Browse files
committed
fix: pin npm 11 in Docker builder
1 parent 5ee45bc commit ed38ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ARG PKG_VERSION
3434

3535
WORKDIR /tmp
3636

37-
RUN npm i -g npm
37+
RUN npm i -g npm@11
3838

3939
COPY package.json .
4040

0 commit comments

Comments
 (0)