We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9033715 commit b670319Copy full SHA for b670319
1 file changed
Dockerfile
@@ -7,8 +7,8 @@ RUN apt-get update \
7
&& rm -rf /var/lib/apt/lists/*
8
9
# 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/
+COPY --from=gcr.io/gapic-images/api-common-protos:latest /usr/local/bin/protoc /usr/local/bin/protoc
+COPY --from=gcr.io/gapic-images/api-common-protos:latest /protos/ /protos/
12
13
# Add our code to the Docker image.
14
ADD . /usr/src/gapic-generator-python/
0 commit comments