Skip to content

Commit 4740dc2

Browse files
authored
Merge pull request #874 from firebase/dockerversion
Dockerversion
2 parents 50714ff + d7046b8 commit 4740dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildtools/container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM node:14.17.3
44
RUN apt-get update && \
55
apt-get install -y curl git jq python openjdk-8-jre-headless
66

7-
# Install npm at 6.10.2.
8-
RUN npm install --global npm@6.10.2
7+
# Install npm at 6.14.13.
8+
RUN npm install --global npm@6.14.13
99

1010
# Install hub
1111
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

Comments
 (0)