We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50714ff + d7046b8 commit 4740dc2Copy full SHA for 4740dc2
buildtools/container/Dockerfile
@@ -4,8 +4,8 @@ FROM node:14.17.3
4
RUN apt-get update && \
5
apt-get install -y curl git jq python openjdk-8-jre-headless
6
7
-# Install npm at 6.10.2.
8
-RUN npm install --global npm@6.10.2
+# Install npm at 6.14.13.
+RUN npm install --global npm@6.14.13
9
10
# Install hub
11
RUN curl -fsSL --output hub.tgz https://github.com/github/hub/releases/download/v2.11.2/hub-linux-amd64-2.11.2.tgz
0 commit comments