Skip to content

Commit

Permalink
build: update gax and gapic-tool dependencies Nodejs (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Feb 23, 2024
1 parent 8d392a5 commit 41efce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/owlbot/nodejs_mono_repo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
# Install dependencies used for post processing:
# * gts/typescript are used for linting.
# * google-gax and gapic-tools are used for compiling protos.
RUN cd /synthtool && mkdir node_modules && npm i [email protected] google-gax@4.0.3 \
[email protected] @google-cloud/[email protected] gapic-tools@0.1.8
RUN cd /synthtool && mkdir node_modules && npm i [email protected] google-gax@4.3.1 \
[email protected] @google-cloud/[email protected] gapic-tools@0.3.0

ENTRYPOINT [ "/bin/bash", "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]

0 comments on commit 41efce3

Please sign in to comment.