Skip to content

Commit eba60f2

Browse files
authored
build: update Dockerfile dependencies (#1839)
* build: update Dockerfile dependencies
1 parent d85e1d6 commit eba60f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/owlbot/nodejs_mono_repo/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4949

5050
# Install dependencies used for post processing:
5151
# * gts/typescript are used for linting.
52-
# * google-gax is used for compiling protos.
53-
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 [email protected] \
54-
typescript@4.7.4 @google-cloud/[email protected]
52+
# * gapic-tools is used for compiling protos.
53+
RUN cd /synthtool && mkdir node_modules && npm i gts@5.0.0 [email protected] \
54+
typescript@5.1.6 @google-cloud/[email protected]
5555

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

0 commit comments

Comments
 (0)