We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f03d6 commit 9c1b666Copy full SHA for 9c1b666
proxy/Dockerfile
@@ -13,12 +13,11 @@
13
# limitations under the License.
14
15
# Pin to a specific version of invert proxy agent
16
-FROM gcr.io/inverting-proxy/agent@sha256:d0a06a247bb443f9528356a1341cadfa4c4479a034097ef9ed8cf200c6383ec0
+FROM gcr.io/inverting-proxy/agent@sha256:9817c740a3705e4bf889e612c071686a8cb3cfcfe9ad191c570a295c37316ff0
17
18
RUN apt-get update && apt-get install -y curl jq python-pip
19
RUN pip install requests
20
-RUN curl https://raw.githubusercontent.com/requests/requests/master/LICENSE --output /opt/license.txt
21
-
+
22
# Install gcloud SDK
23
RUN curl https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz > /tmp/google-cloud-sdk.tar.gz
24
RUN mkdir -p /usr/local/gcloud
0 commit comments