Skip to content

Commit 1be6b05

Browse files
authored
Update NPM in builder image as well (#9915)
1 parent 6e07a5d commit 1be6b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ RUN curl -fsSL --output hub.tgz https://github.com/github/hub/releases/download/
1111
RUN tar --strip-components=2 -C /usr/bin -xf hub.tgz hub-linux-amd64-2.14.2/bin/hub
1212

1313
# Upgrade npm to 10.
14-
RUN npm install --global npm@10.8
14+
RUN npm install --global npm@11.9

0 commit comments

Comments
 (0)