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 8a2001f commit 8197df7Copy full SHA for 8197df7
ci/kokoro/docker/Dockerfile.ubuntu-install
@@ -156,7 +156,7 @@ RUN ldconfig
156
157
# Download and compile google-cloud-cpp from source too:
158
WORKDIR /var/tmp/build
159
-RUN wget -q https://github.com/coryan/google-cloud-cpp-common/archive/v0.25.0.tar.gz && \
+RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.25.0.tar.gz && \
160
tar -xf v0.25.0.tar.gz && \
161
cd /var/tmp/build/google-cloud-cpp-common-0.25.0 && \
162
cmake -H. -Bcmake-out \
0 commit comments