Skip to content

Commit 43835e2

Browse files
committed
impl: add GENERATOR_VERSION to final stage of Dockerfile
1 parent d19bfbb commit 43835e2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sdk-platform-java/.cloudbuild/library_generation/library_generation.Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ ARG GRPC_VERSION=1.80.0
4343
ENV HOME=/home
4444
ENV OS_ARCHITECTURE="linux-x86_64"
4545

46+
# {x-version-update-start:gapic-generator-java:current}
47+
ENV GENERATOR_VERSION="2.71.0"
48+
# {x-version-update-end}
49+
4650
# install OS tools
4751
RUN apt update && apt install -y curl unzip rsync jq nodejs npm git openjdk-17-jdk
4852

0 commit comments

Comments
 (0)