File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
expansion-service-container Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ COPY target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
108108
109109COPY target/license_scripts /tmp/license_scripts/
110110RUN if [ "$pull_licenses" = "true" ] ; then \
111- pip install 'pip-licenses<5 ' pyyaml tenacity && \
111+ pip install 'pip-licenses<6 ' pyyaml tenacity && \
112112 python /tmp/license_scripts/pull_licenses_py.py ; \
113113 fi
114114
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ COPY target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
6262
6363COPY target/license_scripts /tmp/license_scripts/
6464RUN if [ "$pull_licenses" = "true" ] ; then \
65- pip install 'pip-licenses<5 ' pyyaml tenacity && \
65+ pip install 'pip-licenses<6 ' pyyaml tenacity && \
6666 python /tmp/license_scripts/pull_licenses_py.py ; \
6767 fi
6868
You can’t perform that action at this time.
0 commit comments