Skip to content

Commit

Permalink
build(node): update deps used during postprocessing (#1243)
Browse files Browse the repository at this point in the history
Fixes #1008
  • Loading branch information
bcoe authored Oct 13, 2021
1 parent 0e85ed6 commit b0535a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/owlbot/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
# Install dependencies used for post processing:
# * gts/typescript are used for linting.
# * google-gax is used for compiling protos.
RUN cd /synthtool && mkdir node_modules && npm i [email protected] google-gax@2.12.0 [email protected] \
chalk@4.0.0 [email protected] espree@7.1.0 estraverse@5.1.0 glob@7.1.6 [email protected].3 \
[email protected].0 semver@7.1.2 [email protected] uglify-js@3.7.7
RUN cd /synthtool && mkdir node_modules && npm i [email protected] google-gax@2.27.1 [email protected] \
chalk@4.1.2 [email protected] espree@7.3.1 estraverse@5.2.0 glob@7.2.0 [email protected].7 \
[email protected].5 semver@7.3.5 [email protected] uglify-js@3.14.2

ENTRYPOINT [ "/bin/bash" ]
CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]

0 comments on commit b0535a7

Please sign in to comment.