Skip to content

Commit a5a8f15

Browse files
committed
Merge branch 'main' into release-please--branches--main
2 parents b08a3b1 + b9d8ea4 commit a5a8f15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.cloudbuild/library_generation/library_generation.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SHELL [ "/bin/bash", "-c" ]
3434

3535
ARG OWLBOT_CLI_COMMITTISH=ac84fa5c423a0069bbce3d2d869c9730c8fdf550
3636
ARG PROTOC_VERSION=25.4
37-
ARG GRPC_VERSION=2.45.0
37+
ARG GRPC_VERSION=1.66.0
3838
ENV HOME=/home
3939
ENV OS_ARCHITECTURE="linux-x86_64"
4040

@@ -82,9 +82,9 @@ RUN python -m pip install -r requirements.txt
8282
RUN python -m pip install .
8383

8484
# Install nvm with node and npm
85-
ENV NODE_VERSION 2.45.0
85+
ENV NODE_VERSION 20.12.0
8686
WORKDIR /home
87-
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v2.45.0/install.sh | bash
87+
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
8888
RUN chmod o+rx /home/.nvm
8989
ENV NODE_PATH=/home/.nvm/versions/node/v${NODE_VERSION}/bin
9090
ENV PATH=${PATH}:${NODE_PATH}

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
googleapis_commitish: eb4c1ec02412e65c453ef0bfc4347731e64dcc82
1+
googleapis_commitish: cb39bdd75da491466f6c92bc73cd46b0fbd6ba9a
22
# the libraries are ordered with respect to library name, which is
33
# java-{library.library_name} or java-{library.api-shortname} when
44
# library.library_name is not defined.

0 commit comments

Comments
 (0)