We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e07a5d commit 1be6b05Copy full SHA for 1be6b05
scripts/build/Dockerfile
@@ -11,4 +11,4 @@ RUN curl -fsSL --output hub.tgz https://github.com/github/hub/releases/download/
11
RUN tar --strip-components=2 -C /usr/bin -xf hub.tgz hub-linux-amd64-2.14.2/bin/hub
12
13
# Upgrade npm to 10.
14
-RUN npm install --global npm@10.8
+RUN npm install --global npm@11.9
0 commit comments