We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19bfbb commit 43835e2Copy full SHA for 43835e2
1 file changed
sdk-platform-java/.cloudbuild/library_generation/library_generation.Dockerfile
@@ -43,6 +43,10 @@ ARG GRPC_VERSION=1.80.0
43
ENV HOME=/home
44
ENV OS_ARCHITECTURE="linux-x86_64"
45
46
+# {x-version-update-start:gapic-generator-java:current}
47
+ENV GENERATOR_VERSION="2.71.0"
48
+# {x-version-update-end}
49
+
50
# install OS tools
51
RUN apt update && apt install -y curl unzip rsync jq nodejs npm git openjdk-17-jdk
52
0 commit comments