Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit b670319

Browse files
authored
Use latest version of api-common-protos (#412)
Should address #405.
1 parent 9033715 commit b670319

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN apt-get update \
77
&& rm -rf /var/lib/apt/lists/*
88

99
# Add protoc and our common protos.
10-
COPY --from=gcr.io/gapic-images/api-common-protos:0.1.0 /usr/local/bin/protoc /usr/local/bin/protoc
11-
COPY --from=gcr.io/gapic-images/api-common-protos:0.1.0 /protos/ /protos/
10+
COPY --from=gcr.io/gapic-images/api-common-protos:latest /usr/local/bin/protoc /usr/local/bin/protoc
11+
COPY --from=gcr.io/gapic-images/api-common-protos:latest /protos/ /protos/
1212

1313
# Add our code to the Docker image.
1414
ADD . /usr/src/gapic-generator-python/

0 commit comments

Comments
 (0)