Skip to content

Commit

Permalink
build: update Dockerfile dependencies (#1839)
Browse files Browse the repository at this point in the history
* build: update Dockerfile dependencies
  • Loading branch information
sofisl committed Jul 28, 2023
1 parent d85e1d6 commit eba60f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/owlbot/nodejs_mono_repo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ 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 gts@3.1.0 google-gax@3.5.2 \
typescript@4.7.4 @google-cloud/typeless-sample-bot@1.1.0
# * gapic-tools is used for compiling protos.
RUN cd /synthtool && mkdir node_modules && npm i gts@5.0.0 gapic-tools@0.1.8 \
typescript@5.1.6 @google-cloud/typeless-sample-bot@1.1.0

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

0 comments on commit eba60f2

Please sign in to comment.