This is an automated email from the ASF dual-hosted git repository.

zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 74c0799  Update Dockerfile (#5622)
74c0799 is described below

commit 74c07997b905fbc6c5feace5f7c849d032bdbc7f
Author: Jonathan G <[email protected]>
AuthorDate: Tue Mar 9 21:39:07 2021 -0700

    Update Dockerfile (#5622)
---
 traffic_server/tsb/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_server/tsb/Dockerfile b/traffic_server/tsb/Dockerfile
index 8132e62..eb2ec46 100644
--- a/traffic_server/tsb/Dockerfile
+++ b/traffic_server/tsb/Dockerfile
@@ -63,7 +63,7 @@ RUN   yum clean all \
 
 COPY   jansson.pic.patch /opt/src/
 COPY   cjose.pic.patch /opt/src/
-ADD    https://bootstrap.pypa.io/2.7/get-pip.py /
+ADD    https://bootstrap.pypa.io/pip/2.7/get-pip.py /
 RUN    python get-pip.py
 RUN    pip install --user Sphinx
 COPY   run.sh /

Reply via email to