Merge pull request #15776 from YangJiao0817/update-pipenv-1.10.9

Upgrade pipenv
This commit is contained in:
Yang Jiao 2021-10-13 15:28:05 +08:00 committed by GitHub
commit e5a0474ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,4 @@ FROM photon:2.0
RUN tdnf install -y python3 \
&& tdnf install -y python3-pip python3-PyYAML python3-jinja2
RUN pip3 install setuptools && pip3 install pipenv==2020.11.15
RUN pip3 install setuptools && pip3 install pipenv==2021.5.29