Skip to content

Commit

Permalink
bump pipenv in ansible base images (#5536)
Browse files Browse the repository at this point in the history
Signed-off-by: austin <[email protected]>
  • Loading branch information
asmacdo authored Feb 2, 2022
1 parent d555476 commit b4cfdd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/ansible-operator-2.11-preview/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN yum clean all && rm -rf /var/cache/yum/* \
&& yum update -y \
&& yum install -y libffi-devel openssl-devel python38-devel gcc python38-pip python38-setuptools \
&& pip3 install --upgrade pip~=21.1.0 \
&& pip3 install pipenv==2020.11.15 \
&& pip3 install pipenv==2022.1.8 \
&& pipenv install --deploy \
&& pipenv check \
&& yum remove -y gcc libffi-devel openssl-devel python38-devel \
Expand Down
2 changes: 1 addition & 1 deletion images/ansible-operator/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN yum clean all && rm -rf /var/cache/yum/* \
&& yum update -y \
&& yum install -y libffi-devel openssl-devel python38-devel gcc python38-pip python38-setuptools \
&& pip3 install --upgrade pip~=21.1.0 \
&& pip3 install pipenv==2020.11.15 \
&& pip3 install pipenv==2022.1.8 \
&& pipenv install --deploy \
&& pipenv check -i 42926 -i 42923 \
&& yum remove -y gcc libffi-devel openssl-devel python38-devel \
Expand Down

0 comments on commit b4cfdd2

Please sign in to comment.