Skip to content

Commit 9c1b666

Browse files
committed
build: update proxy agent to fix CVE vulnerabilities. Fixes #4531 (#4606)
1 parent 95f03d6 commit 9c1b666

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

proxy/Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
1313
# limitations under the License.
1414

1515
# Pin to a specific version of invert proxy agent
16-
FROM gcr.io/inverting-proxy/agent@sha256:d0a06a247bb443f9528356a1341cadfa4c4479a034097ef9ed8cf200c6383ec0
16+
FROM gcr.io/inverting-proxy/agent@sha256:9817c740a3705e4bf889e612c071686a8cb3cfcfe9ad191c570a295c37316ff0
1717

1818
RUN apt-get update && apt-get install -y curl jq python-pip
1919
RUN pip install requests
20-
RUN curl https://raw.githubusercontent.com/requests/requests/master/LICENSE --output /opt/license.txt
21-
20+
2221
# Install gcloud SDK
2322
RUN curl https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz > /tmp/google-cloud-sdk.tar.gz
2423
RUN mkdir -p /usr/local/gcloud

0 commit comments

Comments
 (0)